Set up my master site on the root, plus I have several other sub domain slave sites placed in various sub directories within the same server account.
I am not sure exactly what to copy.
I would like to be able to move the existing master site in root and place it into a sub directory and install a new RocketTheme site in it's place so the index page will show the new site.
However I do not want to loose the info and data in the old master site as I need to access it to copy data etc.
You can use JoomlaPack, but I think it will backup the entire folders including the sub directories too, but only the root database is backed up. So, for example, you have made a new subdir for your root, and restore it with Joomlapack, just delete the backed up subdirs in the new subdir for the root.
Sorry for my confusing explanation.
For example, your structure:
Joomla Root
- administrator
- cache
- components
- modules
- and so on...
- ....
- Subdir1 (your slave site directory)
- Subdir2 (your slave site directory)
You can just copy the folders except Subdir1 and Subdir2
Joomla Root
- administrator
- cache
- components
- modules
- and so on...
- ....
Then, make a new subdir for example subdir3, so the structure will be:
Joomla Root
- administrator
- cache
- components
- modules
- and so on...
- ....
- Subdir1 (your slave site directory)
- Subdir2 (your slave site directory)
- Subdir3 (the new directory you just created)
Then, copy the folders you have copied above inside this subdir3
After that, go to the configuration.php inside the subdir3 and change the path there which still point to your old path. You don't need to change the database info there.
If it goes well, you will be able to see your site at
www.yourdomain.com/subdir3
After you sure it's working, you may delete:
- administrator
- cache
- components
- modules
- and so on...
- ....
inside the initial Joomla root folder (be careful, don't delete the subdir1, 2, and 3)
Then, you can just install again a new joomla on your joomla root