Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.14.2.7. Configure HTTPS in Joomla!
- Check if an SSL certificate is installed in SSL settings. If the certificate is not installed, install it.
- Enable SSL support in the admin panel of the site itself:
- Open the site admin panel.
- Go to "System → Global Configuration".
- Switch to the "Server" tab.
- Opposite "Force HTTPS", select "Entire site".
- Save the changes by clicking "Save" or "Save & Close" in the upper-left corner of the page.
- Open the site configuration file and find the line with the
$live_siteparameter:public $live_site = 'http://example.com/';In the address specified in it, replace HTTP with HTTPS so that it looks as follows:
public $live_site = 'https://example.com/';Leave the line unchanged if the site address is not specified:
public $live_site = ''; - Enable redirect to HTTPS.
- Check the site operation.
In most cases, the actions described above are sufficient to enable HTTPS on your site.