MyBB Community Forums

Full Version: myBB and SSL Certificate
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have just bought a SSL Certificate for my forum...And I need some help
How can I make myBB to load the "https:// domain instead of the http:// ?
Thank you
Thank you Yaldaram.You've always help me Big Grin
+10 Rep
Thanks. Smile
set the bburl to https://

replace hardcoded instances of http:// to https://

redirecting http:// to https:// should only be done when people accidentally go to http:// - if it happens regularly due to the software itself pointing to http://, requests that go to http:// will be unencrypted, thereby making the https encryption rather useless...
What about if I want to use https only for those logged in?
Hi
To configure your server for using a SSL certificate contact your web hoster or configure Apache. MyBB can't do this.
If you are using Apache web server, this may help: http://slacksite.com/apache/certificate.php