Cory T
Member
Hi all just purchased Xenforo for our niche Crypto Mining community. minertopia.org
I have been trying to get http to https to work every time. I changed the settings to https on the board config and if I go directly to https it works as far as I can tell.
I've done the following:
added the mod rewrite to .htaccess
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301]
Changed the URLs in Admin CP
Made sure Letssncrypt SSL is working.
This is also running on a plesk server.
What am I missing ??
I have been trying to get http to https to work every time. I changed the settings to https on the board config and if I go directly to https it works as far as I can tell.
I've done the following:
added the mod rewrite to .htaccess
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301]
Changed the URLs in Admin CP
Made sure Letssncrypt SSL is working.
This is also running on a plesk server.
What am I missing ??