Hi,

Originally Posted by
ptowers49
View source code https://www.saving-light-bulbs.co.uk/
All links to products/categories and other non-secret page are 'http://', none 'https://'.
Correct store configuration (config file). It must be like this:
PHP Code:
// HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
define('HTTP_SERVER', 'https://www.saving-light-bulbs.co.uk/');
define('HTTPS_SERVER', 'https://www.saving-light-bulbs.co.uk/');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
Bookmarks