Hi,
I have setup an IIS webserver and installed PHP using these instructions (http://www.peterguy.com/php/install_IIS6.html#phpInstall)
I followed the instructions exactly but the webserver wont load .php files giving the error message:
HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource.
Internet Information Services (IIS)
(see http://www.lordswoodgirls.co.uk/test.php)
I typed php -v in the command prompt and got the message:
C:\Documents and Settings\Administrator.LORDSWOODGIRLS>php -v
PHP 5.2.6 (cli) (built: May 2 2008 18:02:07)
Copyright © 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright © 1998-2008 Zend Technologies
Which, I assume, shows that PHP is successfully installed on the computer but for some reason the IIS webserver doesn't know what to do with php files.
Could someone please help with this problem. I'm at a complete loss.
Thanks