Dec 17, 2005 #1 Mirage86 Technical User Joined Dec 16, 2005 Messages 5 Location US Ok now my server is returning a 404 Not found error on any PHP documents....i am running IIS 6.0 and Plesk how would i fix this?
Ok now my server is returning a 404 Not found error on any PHP documents....i am running IIS 6.0 and Plesk how would i fix this?
Dec 17, 2005 #2 jpadie Technical User Joined Nov 24, 2003 Messages 10,094 Location FR not much data to go on. couple of ideas: 1. make sure that the right php.ini is being loaded (check the php_ini environment variable in windows). 2. check that the doc_root is being properly specified in the php.ini file and the releavnt cgi impersonation is turned off. 3. check that the sapi is properly registered in iis and 4. that the relevant directory has script and execution enabled and the permissions are ok, Upvote 0 Downvote
not much data to go on. couple of ideas: 1. make sure that the right php.ini is being loaded (check the php_ini environment variable in windows). 2. check that the doc_root is being properly specified in the php.ini file and the releavnt cgi impersonation is turned off. 3. check that the sapi is properly registered in iis and 4. that the relevant directory has script and execution enabled and the permissions are ok,