Hello everybody,
I am very happy to decided using JA_Tiris for my ecommerce project. I’m doing in the meanwhile the final steps for finishing my developing process. Today I’ve activated my SSL certificate and it runs very well. But two things will not work:
The Slideshow Modul and the JA Sidenews Modul don’t “appear”, it looks like they are locked.
I’ve done the following steps for the ssl configuration:
In the configuration.php
var $live_site =’’;
Replace it with;
var $live_site = 'https://www.domain.com’;
In the .htaccess
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
In the joomla admin menu
Main Menu > Paramters (System) > SSL Enabled.
I hope you can give me a tipp to solve that problem! Thank you very much 🙂