This is a discussion on 403 Access denied within the Windows Web Servers forums, part of the Web Server and Related Forums category; This problem is driving me insane, i have set up the apacahe server, and am able to access my website ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This problem is driving me insane, i have set up the apacahe server,
and am able to access my website by going to http://localhost and http://127.0.0.1 . The problem is anybody outside of my computer gets a 403 error te exact message is: Forbidden You were denied ACCESS because: ACCESS denied by Access Control List. i was wondering how to let people on the internet be able to see my site (ie add them to the access control list) and yes i have searched the web for 6+ hours. more info: httpd.conf: <Directory "C:/www"> Options All AllowOverride All Order allow,deny Allow from all AcceptPathInfo On </Directory> access log: dosnt show the 403's error log: nothing of relevance |