Forbidden
You don't have permission to access /web on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.ancdb.com Port 80
Related posts:








1 response so far ↓
1 Student // Jul 17, 2008
It means that you tried to access the /web subdirectory of directory in which the page you clicked on the link from is stored. It means access to that file is forbidden by a user with the access rights that you have. Apache is the name of the web server that is hosting the application/website and responded with an error. That whole line at the end is the name of the server. Port 80 is a standard, well known port used for HTTP on which your request for the page was sent. hope this helps………..
Leave a Comment