MyBB Community Forums

Full Version: I messed up my forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After I did this https://docs.mybb.com/1.8/administration...b-settings :

my website looks like this:




https://gyazo.com/bf5621d5a91651ba3c97ee66ab580f39






What did I do wrong?




When I remove the rewrite content it's still showing an internal server error



What do I change to remove this?

I deleted the .htaccess file and it works now
Glad it is solved but if you want to add the rewrite, than use this line in .htaccess. I think you probably missed RewriteEngine On.

RewriteEngine On

RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]