MyBB Community Forums

Full Version: https problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I added httpS to my domain and since then when I click on FORUM button in Menu I redirect here:
httpS://mexicanroutes.com/forum/
But the forum looks wrong (without css)..
Then I click on the title and redirect to the http://mexicanroutes.com/forum/index.php (without httpS) and then the forum looks ok.
Where to fix it??
(2019-05-17, 06:12 PM)mayazir Wrote: [ -> ]I added httpS to my domain and since then when I click on FORUM button in Menu I redirect here:
httpS://mexicanroutes.com/forum/
But the forum looks wrong (without css)..
Then I click on the title and redirect to the http://mexicanroutes.com/forum/index.php (without httpS) and then the forum looks ok.
Where to fix it??

Did you READ THIS?

That should help with your HTTPS issue.
(2019-05-17, 06:21 PM)Serpius Wrote: [ -> ]
(2019-05-17, 06:12 PM)mayazir Wrote: [ -> ]I added httpS to my domain and since then when I click on FORUM button in Menu I redirect here:
httpS://mexicanroutes.com/forum/
But the forum looks wrong (without css)..
Then I click on the title and redirect to the http://mexicanroutes.com/forum/index.php (without httpS) and then the forum looks ok.
Where to fix it??

Did you READ THIS?

That should help with your HTTPS issue.

thanks a lot. solved.
I needed to add S to board url and site url.
I did it but in inc/setting or inc/config (I forgot) but needed to do it from Admin CP > Configuration > Settings > Site Details
thanks again
https without SSL certificate !?
your community need SSL certificate to run correctly with https
(2019-05-17, 06:56 PM)M!X0R Wrote: [ -> ]https without SSL certificate !?
your community need SSL certificate to run correctly with https

I have SSL on my domain: https://mexicanroutes.com/forum
(2019-05-17, 07:29 PM)mayazir Wrote: [ -> ]I have SSL on my domain: https://mexicanroutes.com/forum

Hi mayazir,

You have the SSL certificate but you need to install this plugin to force all your content to https.

https://community.mybb.com/mods.php?action=view&pid=450

And configure it as follows: https://i.imgur.com/uMv011L.png

----------------------------------------------------------------------

And in your theme you must modify these two lines:

<! DOCTYPE html PUBLIC "- // W3C // DTD XHTML 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- start: index ->
<html xml: lang = "en" lang = "en" xmlns = "http://www.w3.org/1999/xhtml">

And change the http by https manually.

Following those 2 steps your forum will have 100% functional SSL.

Best regards! Blush