Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

moving to root configure.php help


Guest

Recommended Posts

Posted

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.

Posted

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

Archived

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

×
×
  • Create New...