Entry
After install php 3.0 with apache 1.3.8, when I tried to load a test page, returned with a page not found error message. TIA
Jul 29th, 2003 18:42
Charlie Brown, Jay Huang,
I had the same problem installing PHP 4.x
Be careful with the following:
When You specify, in the Apache configuration file, something like:
Action application/x-httpd-php /php/php.exe
Be careful to specify the /php/ directory as an alias. Otherwise,
Apache won't fing the php.exe and will give you back a 404 - page not
found