I have the same problem! And I'm just not satisfied with using 3rd-party software to install php... i want to know where the problem lies so i can fix it myself. it's almost the exact same config code thats on all php-install sites on the web, but still it doesnt work, and i know nothing of apache...
in my httpd.conf is ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php .phtml Action application/x-httpd-php "/php/php.exe" the error apache gives is: 404 Not found - The requested URL /php/php.exe/test.php was not found on this server. In the error.log: (2) No such file or directory: script not found or unable to stat: c:/perl/php apache is installed into c:\perl I've tried copy-pasting code from websites, but it doesn't work. Could someone please tell me what is going wrong? Jonathan Hilgeman <[EMAIL PROTECTED]> wrote in article <[EMAIL PROTECTED]>... > Try using FoxServ for a simplified setup process. > http://prdownloads.sourceforge.net/foxserv/foxserv-v1.0.exe > - Jonathan > > "Izy" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I recently installed Apache 1.3 (Win32) and PHP 4 on a Win ME system. I > > followed the installation instructions included in the readme file that > was > > included in the PHP installation. Running php.exe -i returned the html > codes > > properly. > > > > The apache server is displaying .html and .htm files properly while my > > test.php file, which resides in the same directory, is coming up as "HTTP > > Error 404". I triple checked my installation of PHP and everything seemed > to > > be in order. > > > > I'd appreciate any help and suggestions to fix this problem. > > > > > > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]