XF 1.5 Base href doesn't update

Hi,

i've looked through the forum and i didn't find any pertinent answer about this question : i tried to change my board url from http to https, but the base href doesn't update on the website page ...

i 've reboot the memcache on it ... but still has no effect .

Is there something to do more to update this base url ?

Thanks by advance
 
This seems to be an issue with the detection of HTTPS support on the web server. We've occasionally seen this with older versions of nginx.

You could try just adding the following to your config.php file:
PHP:
$_SERVER['HTTPS'] = 'on';
If that doesn't work, if you have got an older version of nginx (I'm talking a few years) then it might be worth updating that.

If it's not an old version, it might be something you want to speak to your host about to see if they can shed any light on the situation.
 
Top Bottom