Well, for one: to get https: across the entire site, one must also tell ZC how to get there when SSL is not enabled:
Should be:Code:define('HTTP_SERVER', 'http://www.mysite.co.uk');
In your catalog includes/configure.phpCode:define('HTTP_SERVER', 'https://www.mysite.co.uk');


Reply With Quote
