I recently installed Apache 1.3.12 along with PHP 4 on a Windows 98 machine in order to have a development server. Everything has gone fine until I tried to test the PHP install.
When I tried to open it up (http://localhost/phptest.php) I got an error message that the file wasn't located in the htdocs folder. After some checking I found out that it was pointing to URL/php4/php.exe/phptest.php instead of just URL/phptest.php. I've checked my httpd.conf file and I cannot find anything that would cause this. On-line searches have yielded nothing. Any ideas?