Re: Just bought SSL certificate for my site...

Originally Posted by
zruvalcaba
I'm assuming the user login and the checkout pages are the two pages that need to be locked down? Is there somewhere, perhaps a config file that I can modify to change the links from http to https for those pages? Or, do I have to go into the files where the buttons that link to those pages appear to manually change the URL path?
Maybe it's this line in the configure.php file that needs to be modified to true:
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'false');
And these lines in the Admin configure.php file:
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'false');
Yup. That's about it. Also the https link if you use a shared SSL cert.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me