orientalgiftgallery.com Posted November 27, 2003 Share Posted November 27, 2003 Hi, I am using Linda's SEC. I've got a problem on SSL. After completeing checking out process, when I click https://66.246.87.162/~samszone/checkout_success.php? instead of bringing me back to my homepage, it brings me to https://66.246.87.162/index.php? any idea below is my configure.php catalog define('HTTP_SERVER', 'http://www.samszone.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.samszone.com'); define('HTTPS_CATALOG_SERVER', 'https://66.246.87.162'); define('ENABLE_SSL_CATALOG', true); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/samszone/public_html/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/samszone/public_html/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', '/home/samszone/public_html/'); // absolute path required admin define('HTTP_SERVER', 'http://www.samszone.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://66.246.87.162'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.samszone.com'); define('HTTPS_COOKIE_DOMAIN', 'https://66.246.87.162/~samszone'); define('HTTP_COOKIE_PATH', '/tmp/'); define('HTTPS_COOKIE_PATH', '/tmp/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/~samszone/'); btw, what's the use of SSL configuration in admin/include/configure.php? does catalog section use it? Thanks Kevin Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.