Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to change the catalogue directory


hel8itch

Recommended Posts

Posted

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:

Posted

so when i edit the 2 configure files i just have to remove the /order part from the end of the url??

 

also whats the easiest to back up customer info incase anything gos wrong

Posted

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?

Posted

can someone please help me here.iv done as youve said but now every time i click a link on my main page it says the page cannot be found

Posted

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', '/');

Posted

and although i can see the links that have been submitted and accepted in my admin panel they are not showing on the links page

Archived

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

×
×
  • Create New...