MyBB Community Forums

Full Version: 403 error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Fresh install and nothing changed.

realmofearth.com/forums/

Everything works except for when you click on the forum or category.

No errors in the log either.

Any ideas please?

Thanks!
Have you tried contacting your web host ? Contact your web host and ask to disable any additional security they have put in mod_security / suhosin. http://docs.mybb.com/1.6/Help-Mod-security/

See replies here :
https://community.mybb.com/thread-213590.html

Please try adding this code to your .htaccess file in your forum root.

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

Let me know if any of that works if it doesn’t I will be glad to further assist you.
I tried all items except for contacting my host and still no luck.

Going to delete and reinstall.
Who is your hosting company?
Still no luck. Inmotion hosting

Did you by chance try the link and see if it does it for you?

http://www.realmofearth.com/
I get the same problem so it’s not just you anyway see :
https://www.inmotionhosting.com/support/...dden-error
I have one more thing to try and then I guess I will have to contact them.

I've installed this before on other sites and I never had an issue. Weird...

Dang, still didn't work.
main site is using wordpress. its high security rules [through .htaccess] affect forum URLs

replies here might be of some help.
esp. check for security rule(s) with word display
(2018-03-09, 07:18 AM).m. Wrote: [ -> ]main site is using wordpress. its high security rules [through .htaccess] affect forum URLs

replies here might be of some help.
esp. check for security rule(s) with word display

His main site is running WP ? I didn’t know that because his main site wasn’t loading for me just the forum was. That would have been a good piece of information to have.
Yes sorry about that, but it still didn't work unless i am doing something wrong

RewriteCond %{REQUEST_URI} !^/(forums/forums/.*)$

is that right? never messed with .htaccess files
Pages: 1 2