Guest Posted December 19, 2007 Posted December 19, 2007 I wanted to move my cart to root directory but I wanted to make sure I get my configure.php files correct. define('HTTPS_COOKIE_PATH', '/btshop/'); define('DIR_WS_HTTP_CATALOG', '/btshop/'); define('DIR_WS_HTTPS_CATALOG', '/btshop/'); changes to: define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); or define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', ''); define('DIR_WS_HTTPS_CATALOG', ''); just double checking which one is the correct one before I do the move.
Maccapolo Posted December 19, 2007 Posted December 19, 2007 changes to: define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); Dont forget that your admin/configure.php will also need changes
Jack_mcs Posted December 19, 2007 Posted December 19, 2007 The first is correct. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.