I am having a very similar problem I can't seem to get over...
the site I'm working on: https://www.sunjo.ca
The links at the top and the links on the left, refer back to http://
but the catalog seems to work fine referring links to https
I have changed my configure.php file
define('HTTPS_SERVER', 'https://www.sunjo.ca'); // eg, https://localhost
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
define('DIR_WS_HTTPS_ADMIN', '/admin/');
define('DIR_WS_HTTPS_CATALOG', '/');
//I also tried plugging this in:
define('ENABLE_SSL', 'true');
I've been receiving this error in my ssl_error log
[Thu Nov 16 11:48:18 2006] [error] [client 69.196.213.198] File does not exist:
/home/sunjo/sunjo.ca/shop/ie_css_fix, referer: https://www.sunjo.ca/
I get it with box IE and Firefox....
I'm completely lots for some reason my links are getting written as http://




