Make sure you have these lines in your httpd.conf
- AddType application/x-httpd-php .php
- ScriptAlias /php/ "C:/php/"
- Action application/x-httpd-php "/php/php.exe"
Change "C:/php/" to the path where your php is installed.
Restart your apache.
Regards,
Hendra.
cK wrote:
currently i am working on :
Apache,mysql,php3 in Window98 platform.
i intend to upgrade the php3 to php4 since everyone are talking about php4.... i have followed all the steps mention in php.net .. but finally i still can't get it..everytime when i have a file with .php as an extention, it will try to download and save the file...
any one can give me some advices?? or a clear step in order to make Php4 works...!
thank you very much..!
cK