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