Entry
"The requested URL /php3/php.exe/index.php3 was not found on this server" (Apache & MySQL are running fine) -- What does this mean and how to fix?
May 31st, 2000 13:21
Mike Stembridge,
A rather simple oversight.
The error tells us that php.exe is supposed to be in /php3/. That
wouldn't be a problem ordinarily, however in this instance PHP was
installed to C:\PHP -- not C:\PHP3.
Edit the httpd.conf and change all references to php.exe so that it has
the correct installation folder. Once you do this php.exe will be
found and your .php3 pages will be parsed properly (assuming everything
else is in line).