Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

moving site from dev folder to root


BuddahBoy

Recommended Posts

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...