Jump to content

How to change folder name?


Guest Immortalis

Recommended Posts

Guest Immortalis

I have searched for this question on the forum, but not found anything. The folder witch the shop is in, is called "uploads". If I want to change this to "shop" there will be system problems with shop. How do I change the folder name "upload"?

Thanks

Link to comment
Share on other sites

kay, I take it you've installed CC already.

Otherewise you could have called it anything and CC wouldn't have minded.

If (as it sounds) it's already installed that may cause a few problems, Without trying it I dunno the full extent.

Link to comment
Share on other sites

tried it :P

Kay here what ya need to do

change the name of the folder

Go to includes and get the files

global.inc.php

and

global.inc.php.bak

open both with notepad

find these lines

$glob['rootDir'] = '/whateveryouhostis/oldlink';

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

$glob['storeURL'] = 'http://www.whateveritis.com/oldlink';

?>

any replace them with the revelant new info, I'm gonna call our new foldername 'newstore'

$glob['rootDir'] = '/whateveryouhostis/newstore';

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

$glob['storeURL'] = 'http://www.whateveritis.com/newstore';

?>

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