Joomla has a feature named as Joomla Force SSL to activate the SSL Certificate and use HTTPS.

  • First, install an SSL certificate in your server
  • Get the dedicated IP Address unique for one SSL Certificate to
  • configure the configuration.php file
  • Find the

          var $live_site ='';

          and replace it with

          var $live_site = 'https://www.your-domain.com';

  • open .htaccess file and add

         RewriteEngine On

         RewriteCond %{HTTPS} OFF

         RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

  • Now enable force SSL
  • Apply and Save

This is one of the best Joomla Interview Questions and Answers for all those who are preparing for Interviews.

BY Best Interview Question ON 21 Feb 2019