I just switched hosts (to bluehost) and got a dedicated IP for SSL, and have been working with support to get Comodo SSL installed. After many hours of chat support it's now sort of working...
When I type in www.doubledogdeal.com, I get http, but when i just type in doubledogdeal.com, I get https.
Here are what I have for the two configure.php files that the help topic says to change...any ideas on what I need to change?
(I'm not liking the https to be on the main page at all since it gives the warning message when you put something in the cart and would like it just to be http for product pages and index)
--------------------------------------------------------------------------------------
define('HTTP_SERVER', 'http://www.doubledogdeal.com');
define('HTTPS_SERVER', 'https://www.doubledogdeal.com');
define('HTTP_CATALOG_SERVER', 'http://www.doubledogdeal.com');
define('HTTPS_CATALOG_SERVER', 'https://www.doubledogdeal.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
--------------------------------------------------------------------------------------
define('HTTP_SERVER', 'http://www.doubledogdeal.com');
define('HTTPS_SERVER', 'https://www.doubledogdeal.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
-------------------------------------------------------------------------------------
Thanks!



