Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to change the catalogue directory


hel8itch

Recommended Posts

1. Backup your entire site. (very important before any big changes)

2. Move all files and folder up one level. (into the root folder)

3. Edit the 2 configure.php one is the admin/includes/configure.php and the other is includes/configure.php

 

Pay spacial attentions to absolute paths in step 3. :thumbsup:

Link to comment
Share on other sites

ok im editing includes/configure.php and am stuck on

define('HTTP_COOKIE_PATH', '/order/');

define('HTTPS_COOKIE_PATH', '/order/');

define('DIR_WS_HTTP_CATALOG', '/order/');

define('DIR_WS_HTTPS_CATALOG', '/order/');

 

i have now moved all the files from order into the main dir.so what do i put where it says order?

Link to comment
Share on other sites

Simply remove the Order level, leaving the root slash.

 

define('HTTP_COOKIE_PATH', '/');
define('HTTPS_COOKIE_PATH', '/');
define('DIR_WS_HTTP_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...