To change from a store with non-ssl to ssl for checkout area, is it true that all I have to do is ...
1. Change these two lines in the /includes/configure.php
define('HTTPS_SERVER', );
define('ENABLE_SSL', 'true');
2. And these three lines in the admin/includes/configure.php
define('HTTPS_CATALOG_SERVER', '');
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'false');
Assuming I got SSL and cert working on host. Do I need to change anything else? Database? File-system?



