I am using a fresh install of OpenCart v1.5.1.3, website is http://emmashome.co.uk/shop
Basically my site doesn't seem to be using SSL correctly. I know it is installed correctly on the server for the domain emmashome.co.uk (it was done by a 3rd party) and I have it turned on in OpenCart settings and the config.php file is as below:
Code: Select all
// HTTP
define('HTTP_SERVER', 'http://emmashome.co.uk/shop/');
define('HTTP_IMAGE', 'http://emmashome.co.uk/shop/image/');
define('HTTP_ADMIN', 'http://emmashome.co.uk/shop/admin/');
// HTTPS
define('HTTPS_SERVER', 'https://emmashome.co.uk/shop/');
define('HTTPS_IMAGE', 'http://emmashome.co.uk/shop/image/');
Thanks for any help