I still haven't figured this out.

URL problems? No. The first time I tried it I copied the URL directly out of
my IE address bar to just check the file in Netscape quick to see how it
looked.
You are not authorized to view this page
HTTP 401.3 - Access denied by ACL on resource
Internet Information Services

That is the file permissions error. But I have the standard configuration
for IIS (PWS). IUSER has appropriate permissions. Just to be sure, I gave
EVERYONE full access to all folders and files under wwwroot. No dice.

One clue is that when I switch the URL in Netscape to
http://localhost/test.php or http://127.0.0.1/test.php I get this error:

 No web site is configured at this address.

This leads me to believe that even though Netscape is using
http://mymachinename/*.htm and displaying HTML pages just fine, that it's
actually bypassing my IIS and just looking at the pages from disk rather
than from the web server.

I'm going to check into this some more when I have some time to burn. In the
meantime back to some coding =P.

"Chris Nielsen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm running PWS on WinXP Pro. I can't test my php stuffs in Netscape cause
> it says Access Denied when I try to access any php file. They work fine in
> IE6.
>
> Any ideas?
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to