MyBB Community Forums

Full Version: HTTP Error 403 - Forbidden in Usergroup Management
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I get this error when I try to expand a templete, I also get it in Usergroup Management.

You are not authorized to view this page
You might not have permission to view this directory or page using the credentials you supplied.

--------------------------------------------------------------------------------

If you believe you should be able to view this directory or page, please try to contact the Web site by using any e-mail address or phone number that may be listed on the mmm.awardspace.com home page.

You can click Search to look for information on the Internet.




HTTP Error 403 - Forbidden
Internet Explorer

I'm not sure but it could be anothe mod_secuity issue.

Please create a .htaccess with the following content and upload it into your forums directory:
SecFilterEngine Off
See if that fixes your problem.
Same error.
There's another user with the same problem with you on the same host.
http://community.mybboard.net/showthread.php?tid=6808
I have the files at 777. So I guess I have to change providers?
Not yet.

Please try the following solution (place it in a .htaccess just like you did with the previous one - in your forum directory)

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

Regards,
Chris
Stillnot working. I'm gonna try to update from 1.04 to 1.10
That most probably won't fix it.

Can you contact your host and ask them what is up with their configuration of mod_security?

Because it is what isn't allowing MyBB to run.
Guess I'l have to tell them this. Thanks for all your help!
HEy guys, it's fixed! Awardspace fixed the bad word filter.
Pages: 1 2