Thanks for the reply.
I have both catalog and admin for https, or at least I thought so.
----------
define('HTTP_SERVER', 'http://www.mydomain.com');
define('HTTPS_SERVER', 'https://www.mydomain.com');
define('HTTP_CATALOG_SERVER', 'http://www.mydomain.com');
define('HTTPS_CATALOG_SERVER', 'https://www.mydomain.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
-----------
Is it set correct OR do I change the " define('HTTP_SERVER', 'http://www.mydomain.com');" and "define('HTTP_CATALOG_SERVER', 'http://www.mydomain.com');" to https?


Reply With Quote

