Quote Originally Posted by a_berezin View Post
Hi,

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'); 
Yes that's the answer thankyou.
For some reason Firezilla had not overwritten so I moved the file locally deleted the original and uploaded