config.php details for SSL
Posted: Sat Jun 01, 2013 9:58 pm
Hi, I have just installed my SSL certificate with opencart v1.5.1
Do I need to change the following URL's from "http://" to "https://" ?
config.php file...
admin/config.php file...
Thanks
Matt
Do I need to change the following URL's from "http://" to "https://" ?
config.php file...
Code: Select all
// HTTPS
define('HTTPS_SERVER', 'http://www.mysite.com/store/');
define('HTTPS_IMAGE', 'http://www.mysite.com/store/image/');
Code: Select all
// HTTPS
define('HTTPS_SERVER', 'http://www.mysite.com/store/admin/');
define('HTTPS_IMAGE', 'http://www.mysite.com/store/image/');
Matt