Hi there, after toiling around for what seems like forever, I cannot get PHP to work on XP Pro (NOT server).
I have followed peter's guide to the T. I am trying to get php on IIS on my work laptop, so it comes with a lot of extra stuff, could there be any conflicts with the stuff pre-loaded. The weird thing is I was able to get it working about a year ago on my desktop in the same settings.
I have C:\php set as the the path in the user variable section. I have the mapping set in IS to the php5isapi.dll. I added the registry entry with path C:\php, execute permissions set to scripts only. security is set to anon access for IUSR_name. I even copied all the .inis and .dlls into the WINDOWS and WINDOWS/system32 placed. Yet when I try and load a php page I get the following error:
You are not authorized to view this page
You do not have permission to view this directory or page using the credentials you supplied.
Please try the following:
* Click the Refresh button to try again with different credentials.
* If you believe you should be able to view this directory or page, please contact the Web site administrator by using the e-mail address or phone number listed on the localhost home page.
HTTP 401.3 - Access denied by ACL on resource
Internet Information Services
Can anyone shed some light on how to fix this?