I just got a new machine at work (hurrah!) and I'm trying to get it running like the old one it is replacing. Both machines are running Win2K. My problem is that PHP does not seem to be working on the new machine. That is, if I try to load a php page via the Apache server on the machine it gives me a 404 error even though the page does exist and it will deliver other file types just fine. This is the snippet of my http.conf file which is identical to the old machine except for the different php directory.

ScriptAlias /pphpx/ "C:\ApacheGroup\php\php-4.2.3-Win32"
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
Action application/x-httpd-php "/pphpx/php.exe"

This is running (or at least trying to run) Apache 2.0.43, PHP 4.2.3, and Tomcat 4.0.12 (I think)

Any thoughts as to what might be amiss ?

Kind regards,

Mike


Reply via email to