MyBB Community Forums

Full Version: [solved] Move forum to HTTPS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Please can someone offer some advice on the following issue i'm encountering.

I have moved my forum from HTTP to HTTPS by changing the board settings and entering the following into my htaccess:

RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]



My home page displays as expected no problems here, but all of my forums now show 404.

Any ideas?


*** EDIT ***

Adding the following to my .htaccess as solved the issue.

     RewriteCond %{SERVER_PORT} !^443$

Thanks