Jump to content

Changing Cubecart Main Directory Name


Guest

Recommended Posts

When I started using CC, I had the initial name as shop.thetreasurebasket.com/cubecart. I wanted to change "cubecart" to "store". I made the following changes;

1-back-up files first!!!

2-download the file /store/includes/global.inc.php

3-open the file and change the following (in red to the your new directory name):

<?php

....

....

$glob['rootDir'] = '/var/www/domains/shop.thetreasurebasket.com/docs/cubecart';

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

$glob['storeURL'] = 'http://shop.thetreasurebasket.com/cubecart';

?>

replace "cubecart"with "new_name"

save and upload.

4-change top-level directory name from "cubecart" to "new_name".

Enjoy.

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...