Not Solved [How To?] http to https
#1
Not Solved
This user has been denied support. This user has been denied support.
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?
Reply
#2
Not Solved
I believe {$mybb->settings['bburl']} needs to be set to an https version. ACP - settings - site details
What goes around comes around
Reply
#3
Not Solved
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.
[Image: cafaf18ba2.gif]
FileSquid is under development
[Image: trk1]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)