MyBB Community Forums

Full Version: Support HTTPS too
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. I am using letsencrypt free SSL on my 2 developed games

I am supporting both HTTP and HTTPS in my own developed games as can be seen

HTTP : http://www.pokemonpets.com

HTTPs : https://www.pokemonpets.com


HTTP : http://www.monstermmorpg.com

HTTPS : https://www.monstermmorpg.com

If you check the source code, rel=canonical links are all HTTPS

So google and other search engines are supposed to index HTTPS versions of the websites

Now I want to do same on my MYBB forums

The necessities to support HTTPS protocol are automatically installed via letsencrypt software

So what changes I have to make myself to support both HTTPS and HTTP in my forum?

Or perhaps I can include auto redirect all to HTTPS as well?

Here my forum links

http://forum.pokemonpets.com

http://forum.monstermmorpg.com

Thank you very much for answers

By the way forums are installed on windows server 2012 R2, IIS,
Set up URL rewrites in IIS Manager to send all HTTP traffic to HTTPS. I do not recall how to do this, and can't check as I no longer use Windows.
it is the redirection part

I may pass that as long as canonical urls are put into the source code

however when i check the source, i do not see canonical in the home page

but it appears that it is included in other sections

I have installed SSL on this domain but there is a very weird behaviour right now

links are turned into https

almost everything works

the only thing that doesnt work is > https://forum.monstermmorpg.com/index.php

It permanently redirects to http://forum.monstermmorpg.com

rel canonical is added to the sub pages

however in index page there is no canonical

how can i fix that?

https://forum.monstermmorpg.com

I am using plugin Google SEO (1.8.1)