MyBB Community Forums

Full Version: http to https
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
this is a different problem i thought of have solved my problem by changing the links in the XML file and reuploaded the theme back to my website but now i have other http in my source code which is preventing my website to load in https

[Image: 01b9bacaa9951951964ccc0316723dd8.png]

how would i make them https?
I believe {$mybb->settings['bburl']} needs to be set to an https version. ACP - settings - site details
It is not preventing you to load your forum in https you can change your forum URL from ACP>Configuration>Site details and change you forum URL with https then you need o change your .htaccess file to redirect you https whenever some one tries to enter with http
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
Remove www. from second line if your forum does not included www.