MyBB Community Forums

Full Version: SSL address is interfering with CSS collection
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I set up the board before getting the SSL certificate.  The board tries to access the CSS without the SSL and what is often displayed is just the text tree.

Investigating the settings.php it shows: $settings['homeurl'] = "http://tittlelit.com/"; and: ['bburl'] = "http://tittlelit.com";

Manually changing these worked well: $settings['homeurl'] = "https://tittlelit.com/"; and:  ['bburl'] = "https://tittlelit.com";  The display was working fine.  But it happened again and when I looked at settings.php again, my changes had been lost and the original addresses were again there without the SSL.

How do I set the board to accept the SSL and keep it?  Hopefully without removing and reinstalling.
changes to settings.php file are temporary.
protocol for board url should be changed at Site Details of Configuration section in forum admin panel.