New to PHP -- Install problem
Posted: Mon Aug 31, 2009 8:56 pm
I am new to PHP. Just installed 5.2.8 on Win Server 2003 running IIS6.
Followed the instructions as per:
http://webcheatsheet.com/php/install_an ... #iisconfig
Created the classic php test file containing
<?php phpinfo() ?>
and placed the file in inetpub/wwwroot -- same place as the 2 html files listed below.
I can access 2 pages on the default web site with http://localhost/iisstart.htm & http://localhost/postinfo.html.
However, when I try http://localhost/test.php I get an error
HTTP error 404 file or directory not found
IIS
I have looked at the obvious such a name spelling, etc. Even copied the
test file to x.php still no luck.
Can anyone help? TIA - Joe
Followed the instructions as per:
http://webcheatsheet.com/php/install_an ... #iisconfig
Created the classic php test file containing
<?php phpinfo() ?>
and placed the file in inetpub/wwwroot -- same place as the 2 html files listed below.
I can access 2 pages on the default web site with http://localhost/iisstart.htm & http://localhost/postinfo.html.
However, when I try http://localhost/test.php I get an error
HTTP error 404 file or directory not found
IIS
I have looked at the obvious such a name spelling, etc. Even copied the
test file to x.php still no luck.
Can anyone help? TIA - Joe