My m/c running on w2000. I have tried installing PHP using php-4.4.4-installer. it failed returining this message.
"Sorry,the software to automatically configure the apache httpd.conf file has not yet neen written. Yow will have to configureapache manually. See the php read document for more details."
I tried to configure httpd.conf manually.
I added these into my config.
1. ScriptAlias /php/ D:/php-bin/
- LoadModule php4_module D:/php-bin/sapi/php4apache.dll
- AddType application/x-httpd-php .php
- Action application/x-httpd-php d:/php-bin/php.exe
I tried to run hello.php sample program I am not getting any output.
I need your help to find out what I am missing.
Thanks for all your help