https not working properly - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: Security Management and Support (https://community.mybb.com/forum-179.html) +--- Thread: https not working properly (/thread-232091.html) |
https not working properly - doonotspam - 2021-04-12 I just installed myBB to my website I have SSL enabled and active on my domain/hosting. I added https:// to board url. It works fine when I click on the main logo icon etc. but when I visit the website entering www. or just name.com the SSL does not work. How do I fix this? RE: https not working properly - Matt - 2021-04-12 Ideally your SSL certificate should cover both www. and non-www., and then you'll need to add a htaccess redirect rule to remove the www. if you don't want it to be there. |