Log in

View Full Version : 403 forbidden error


DocBenny
05-10-2006, 03:05 AM
I've got this problem started on my forum that it's affecting all users.

Whenever you click a link to a thread, mostly directly from the main forum page(so whatever is the latest active thread) this error message displays.

Additionally then it starts to come up continuously for whatever link is clicked and some avatars and other forum images don't display, until you close the browser and open up the site again.

Error message:

Forbidden
You don't have permission to access /forum/index.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


In the vb.com forum there was a thread about this problem, that suggested that we create an .htaccess file in the main forum directory with the code:

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

But when I did that, the problem still persistet.

Does anyone know if there should be something more to the code, or something else done.

Any help would be appreciated. Thank you in advance.

Ntfu2
05-10-2006, 03:28 AM
make sure you have ownership of the site folder, you can do this logging in via SSH typing ls -l

DocBenny
05-17-2006, 06:08 AM
make sure you have ownership of the site folder, you can do this logging in via SSH typing ls -l


Do what, I'm not sure what you're saying, any help would be appreciated. This problem is driving me nuts and nobody seems to know how to help me.

Marco van Herwaarden
05-17-2006, 11:08 AM
Is this a dedicated server?
Is there any server Control Panel software installed (ie. cPanel/Plesk/...)?