Page 1 of 1
Using SSL
Posted: Wed Jul 27, 2011 2:53 am
by scmKORE
Code: Select all
To use SSL check with your host if a SSL certificate is installed and added the SSL URL to the catalog and admin config files.
I've checked this off as "Yes" and I have the SSL certificate installed on my server. However, is there a way to make the entire site https:// instead of http://?
Re: Using SSL
Posted: Wed Jul 27, 2011 4:12 am
by scmKORE
I just went into the config.php file and edited
// HTTPS
define('HTTPS_SERVER', '
http://starcraftmecca.net/store/');
define('HTTPS_IMAGE', '
http://starcraftmecca.net/store/image/');
to
// HTTPS
define('HTTPS_SERVER', 'http
s://starcraftmecca.net/store/');
define('HTTPS_IMAGE', 'http
s://starcraftmecca.net/store/image/');
Is this correct in making it so returns and checkouts are secure?
Re: Using SSL
Posted: Wed Jul 27, 2011 4:27 am
by uksitebuilder
Yes, that is correct. You may also want to edit the admin/config.php file in a similar fashion.