Jump to content

change install directory


Guest benbailey

Recommended Posts

Guest benbailey

my cart is installed in domain.com/orders and i want to change it to domain.com/products

is there an easier way to do this than changing all the include paths manually?

Link to comment
Share on other sites

Hiya,

I am new to Cube Cart, but here's what I would do.

Open global.inc.php in your includes folder and change the following:

$glob['rootDir'] = '/server/path/to/cube_cart';

$glob['rootRel'] = '/cube_cart/';

$glob['storeURL'] = 'http://youdomain/cube_cart';

Obviously the values I put in there are just dummy ones, you will need to change these to match your install.

Hope this helps

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...