BuddahBoy Posted September 26, 2005 Posted September 26, 2005 Greets - moving site from dev folder to root and want to ask first about the configure.php file changes - some I've made on a test file but there's a couple that I can't test without moving to root - or if I can, don't know how. Here's the questionable items - and TIA - hope this isn't too dumb of a question - searched but didn't find. define('HTTP_COOKIE_PATH', '/osCommerce1/catalog/'); [in root should this just be '/'?] define('HTTPS_COOKIE_PATH', '/osCommerce1/catalog/'); [in root should this just be '/'?] define('DIR_WS_HTTP_CATALOG', '/osCommerce1/catalog/'); [in root should this just be '/'?] define('DIR_WS_HTTPS_CATALOG', '/osCommerce1/catalog/'); [in root should this just be '/'?] ... define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/xxxxxxxx/public_html/osCommerce1/catalog/'); [in root should this just be '/home/xxxxxxxx/public_html/osCommerce1/catalog/'?] Thanks
♥Vger Posted September 26, 2005 Posted September 26, 2005 define('DIR_FS_CATALOG', '/home/xxxxxxxx/public_html/'); Vger
BuddahBoy Posted September 26, 2005 Author Posted September 26, 2005 define('DIR_FS_CATALOG', '/home/xxxxxxxx/public_html/'); Vger Thanks again Vger - appreciated.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.