Hello All,
I'm having trouble installing PHP on a W2K workstation. I've got mySql
and Apache working on it fine but I can't get it to display a PHP test page.
When I do http://localhost/ it shows the test HTML page fine. When I do
http://localhost/test.php I get an error message saying that the page can
not be found. Now the page is there, it is called test.php and it contains
the following line:
<? phpinfo() ?>
Now, in my httpd.conf file I have the following:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php .phtml
AddType application/x-tar .tgz
Action application/x-httpd-php "/php/php.exe "
Can anyone hit at what could be wrong ? Thanks in advance...
-Pete