Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: SSL Redirect in Joomla  (Read 2612 times)

0 Members and 1 Guest are viewing this topic.

sajugovind

  • Guest
SSL Redirect in Joomla
« on: February 08, 2014, 02:39:11 pm »

Normally in Joomla!, a page can be called via both HTTP and HTTPS. There is no real guarantee whether a SSL-page is really served through SSL. This is where the SSLRedirect plugin steps in: It guarantees that a specific page is accessed only through SSL (or not).


One day I got one ticket that the domain was not working properly. I found that it was redirecting to "https". But SSL was not installed. I couldn't find any redirection rule on .htaccess file. Finally I understand it was because of "SSl Redirection plug-in".

Solution was simple, We can disable the redirection by modify the configuration.php from

$force_ssl setting 1 (or 2)

to

$force_ssl setting 0.

Rock on !!!!!!!!!!!!!!