Hi I have a shopping cart at www.lifeonrecord.com/cart. I have an SSL certificate and modified both configure.php files per instructions.
If I type https at the beginning of my URL, I get a secure connection, but my question is how do I force it to always be secure? I do have these lines in my admin\includes\configure.php file:
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
And I have this line in my includes\configure.php file:
define('ENABLE_SSL', 'true');
So, how can I force the secure connection?
Thanks in advance.



