Recommended Posts

Posted (edited)

Alright well I just recently switched over to your hosting and I am now receiving a problem with my MyBB forum. I cannot do anything in the Admin CP. I keep getting a Forbidden Message:

403 Forbidden

Access to this resource on the server is denied!

________________________________________________________________

Powered By LiteSpeed Web Server

LiteSpeed Technologies is not responsible for administration and contents of this web site!

How can this issue be resolved? This has never appeared in any of my past hosts.

Edit: Found the answer. Read here.

Edited by Demented
Posted
I imagine the solution was to add the following to the .htaccess file?

SecFilterEngine Off

SecFilterScanPOST Off

Actually no.

The solution was to rename the "htaccess.txt" file to ".htaccess". (The one included in the forum package when you download it.)

The htaccess.txt that comes with the MyBB package disables mod_security by default. If you haven't already, rename the htaccess.txt file to ".htaccess" (without the quotation marks, note the leading dot in the filename).

So there you have it folks. If you have this issue with MyBB, there is your solution :)

Posted
Demented: That does the exact same as Tony posted.

You don't have to add anything to the htaccess file is what I was trying to say. All you have to do is rename the htaccess file.

Posted
You don't have to add anything to the htaccess file is what I was trying to say. All you have to do is rename the htaccess file.

In the .htaccess file it probably has those two lines which is why it works. The 403 is a mod_security error the code I gave turns it off for a specific folder and all it's sub folders.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...