I just had the same issue and rather than going to check the config file I tried turning off HTTPS, saving it (in Joomla configuration page) and then turning it back on and saving again. That fixed it and the site loads HTTPS again.thank you a lot for your feedback.
i just tried to edit configuration file manually too, and maybe, just maybe i found the issue.
before there wasand now i changed it to theCode:
public $force_ssl = '2';
and it seems it works now..Code:
public $force_ssl = 2;
so thank you again
In other words, if you don't want to log into your host to do it you can probably fix it from Joomla's config page.
Statistics: Posted by maestroc — Wed Mar 13, 2024 5:45 pm