rodrico Posted July 3, 2006 Posted July 3, 2006 I am having problems configuring my site to SSL. It is installed on my server and I have a dedicated isp. I have made the following changes to my catalog/includes/configure.php file: define('HTTP_SERVER', 'http://eratoys.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://eratoys.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.eratoys.com'); define('HTTPS_COOKIE_DOMAIN', 'eratoys.com'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog'); When I click on "my account" the page does not comes up as https... I can manually type in https;//eratoys.com/catalog (or any other page)and get the secure lock and the site comes up fine so I know it is correctly installed on my server, but I am confused where to go from here. Any help would be appreciated, would like to get this resolved so I can start installing my payment modules. Thanks, Rod
Recommended Posts
Archived
This topic is now archived and is closed to further replies.