IIS and PHP

cdanik

New Member
I just got a windows 2003 standard server installed. I have IIS configured and working. However, I just installed PHP, and I can't get it to display any .php pages. Instead of trying to display it, I get a 404 error. Why is this? I know the file exists.
 

Lectrician

New Member
Maybe obvious pointers here....

Under IIS properties for the site you are using, have you put index.php or similar under the documents tab for php index pages?

Under IIS properties for the site you are using, under the home directory tab, have you enabled scripts under executable permissions?

Under IIS properties for the site you are using, under the ISAPI tab, have you selected the PHP filter?
 
Top