webbmax Posted April 9, 2007 Posted April 9, 2007 Hi All I 'm setting up a store but having problems with the secure check out. It just doesn't switch to the secure pages, it stays with the http:// address. I think I have the settings right in thr two config files, have a secure certifiate and I can view the pages under https:// no problem. No idae why it doesn't switch to the secure server. Here the config files: Catalog define('HTTP_SERVER', 'http://joleecomputers.com'); // eg, [url="http://localhost"]http://localhost[/url] - should not be empty for productive servers define('HTTPS_SERVER', 'https://joleecomputers.com'); // eg, [url="https://localhost"]https://localhost[/url] - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'joleecomputers.com'); define('HTTPS_COOKIE_DOMAIN', 'joleecomputers.com'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); Admin define('HTTP_SERVER', 'http://joleecomputers.com'); // eg, [url="http://localhost"]http://localhost[/url] or - [url="https://localhost"]https://localhost[/url] should not be NULL for productive servers define('HTTP_CATALOG_SERVER', 'http://joleecomputers.com'); define('HTTPS_CATALOG_SERVER', 'https://joleecomputers.com'); define('ENABLE_SSL_CATALOG', true); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs) define('DIR_WS_ADMIN', '/admin/'); Maybe I'm blind and have a setting wrong. Any help would be appreciated Cheers, Max
Recommended Posts
Archived
This topic is now archived and is closed to further replies.