Hello All,
My site has both a public and a private area, meaning that the public area should work with http and the private area with https, but it doesn't. The content of the private area is for registered users only , and the security in the login is very important.
The apache server has been configured to work like this (i've check it several times), which means that the problem resides in the joomla configuration, more precisely in the $mosConfig_live_site variable.
If the value of the $mosConfig_live_site variable is
www.mysite.com the site became crazy...
if the value is
http://www.mysite.com all the site works using http, and the security of the private area is lost...
if the value is
https://www.mysite.com I can access to the site using http (for the first time) but once I select any item, I am again accessing via https and getting problems with the certificate all the time...
The solution would be to switch between http and https as became necessary... I have tried something similiar to the solutions explained in
http://forum.joomla.org/viewtopic.php?f=267&t=111332&hilit=https+access and
http://forum.joomla.org/viewtopic.php?f=267&t=118767&hilit=ssl+https but it doesn't work for me... maybe there is something i'm missing in that sense.
Any idea about how to solve this problem? All the ideas will be welcome.
P.D: The version of Joomla I'm using is 1.0.11
Thanks in advance.
Cheers,
Cristina