Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can View log.htm but not log.php

Status
Not open for further replies.

bradsteele

Programmer
Oct 19, 2004
24
CA
I can view log.htm but not loh.php in the same directory.
Does this mean that the php is tring to access some file that I have not given my anonymous internet user access to?

Any ideas?
 
Hi

This could be down to PHP not being correctly installed on the web server. What version of IIS are you running, also what error is being returned (404, 500 etc)

Thanks
 
I am running WINdows server 2003, with IIS 6 and PHP 5.0.4....the error message follows below:

You are not authorized to view this page
You do not have permission to view this directory or page due to the access control list (ACL) that is configured for this resource on the Web server.

HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource.
Internet Information Services (IIS)
 
I got it to work by adding IIS_WPG group to my PHP folder....thanks to all that posted.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top