Basically the codes means some permission error:
HTTP Error 403 - Forbidden
HTTP 403.1 Forbidden: Execute Access Forbidden
HTTP 403.2 - Forbidden: Read Access Forbidden
I can assume that your file is placed correctly, otherwise, it would have said:
HTTP 404 - File not found, OR
HTTP 404.1 - Web site not found
If you are using windows, ensure that you have the proper settings for the folder:
c:\Inetpub\wwwroot
Furthermore, the "child" of the wwwroot folder should also be given similar rights.
If you have dragged-and-dropped a file created outside the wwwroot folder, the security settings would be wrong. If you intend to duplicate a file outside into the wwwroot folder, you should use "Copy" -> "Paste" so that the file will inherit the appropriate security settings from the folder it is being pasted into.
If you right-click -> Properties -> Security tab and you only see a few (3~5) names for the wwwroot folder/files in it, chances are, the security settings are wrong.
Main Topics
Browse All Topics





by: matt_mcswainPosted on 2005-01-10 at 20:21:08ID: 13010396
Are you using localhost for the database server name? Is the mysql server also on the web server?
Is the server a linux box, windows?
B/c vsftpd can also cause this problem.
So make sure you have appropriate permissions for the directory the dbconnection file is in, 755 for linux.