Log in

View Full Version : *URGENT* Trying to remove Priv's to a certain super mod but it's giving me 403 Forbid


pythonimp
05-09-2010, 10:03 PM
403 forbidden error!?!

it says I have no access to "admincp/user.php"

I own the site! How do I not have access? I've never had this problem before.

--------------- Added 1273447760 at 1273447760 ---------------

You don't have permission to access /admincp/user.php on this server.

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

That is the error I receive when I try and edit the mods usergroup. I really need to fix this guys!

thanks!

Kyoshokid
05-09-2010, 11:49 PM
Whats your file permission's set to in ftp?

Marco van Herwaarden
05-10-2010, 07:36 AM
This may be due to mod_security.

While mod_security can be a very powerful tool, misconfigured or overly strict rule sets can interfere with vBulletins Operation. Below for Apache users you can use an htaccess file and add a specific rule to disable mod_security.

Make or edit your forum .htaccess file and add the following code

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Note, place this file in your main forum directory.

See this also thread: http://www.vbulletin.com/forum/showthread.php?t=167121