Hi,
I just recently uninstalled PHP 4 on my workstation that I have been using with Apache 1.3, I installed php 5 now in the same directory as php 4 was before it.
However I cannot get any of my php pages to show up (keep getting Internal Server Errors, even doing phpinfo wont show up yet). My Apache httpd.conf file still has the right directory as before:
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php .phtml
Action application/x-httpd-php "/php/php.exe"
Any idea what else needs to be changed in order to get php 5 working with Apache 1.3? (apache is working properly at this point)
Thanks in advance for any help you can offer!
I just recently uninstalled PHP 4 on my workstation that I have been using with Apache 1.3, I installed php 5 now in the same directory as php 4 was before it.
However I cannot get any of my php pages to show up (keep getting Internal Server Errors, even doing phpinfo wont show up yet). My Apache httpd.conf file still has the right directory as before:
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php .phtml
Action application/x-httpd-php "/php/php.exe"
Any idea what else needs to be changed in order to get php 5 working with Apache 1.3? (apache is working properly at this point)
Thanks in advance for any help you can offer!