mnmoda Posted February 18, 2004 Posted February 18, 2004 Erp. Http://www.mnmoda.com/giftshop/ , it seems like that its not carrying over the info from SSL to Non-SSL, on my old server it was working perfectly, I set it up the same on the new server and Im not sure what to do. I tried changing like the persistant connections to true and the such.
mnmoda Posted February 18, 2004 Author Posted February 18, 2004 // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://mnmoda.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.esecuresite6.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'mnmoda.com'); define('HTTPS_COOKIE_DOMAIN', 'mnmoda.com'); define('HTTP_COOKIE_PATH', '/giftshop/'); define('HTTPS_COOKIE_PATH', '/giftshop/'); define('DIR_WS_HTTP_CATALOG', '/giftshop/'); define('DIR_WS_HTTPS_CATALOG', '/~mnmoda/giftshop/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
mnmoda Posted February 18, 2004 Author Posted February 18, 2004 ignore me. I fixed my problem =). forgot to change the https cookie domain
Recommended Posts
Archived
This topic is now archived and is closed to further replies.