MyBB Community Forums

Full Version: SSL upgrade
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just installed Let's Encrypt on my forum, and am wondering if there is like a recommended plugin I can quickly update all links from http to https.
redirest to https (in .htaccess)

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://yourforum.com/$1 [R,L]

and use this plugins
DVZ Secure Content
https://community.mybb.com/mods.php?action=view&pid=450