I love this extension but I am having trouble setting up the structure in the way I really want. I want to create a master template for each of my clients, then create sub sites for that client using their template. I need the master template to be separate from other master templates so I don't change other clients' websites.
Right now, the way its setup, I get two folders. One folder has the multi-sites config and the other folder is inside another folder with the site_id and website. Here is the way it is right now which I think is not right:
root/deployed/multisites
site1 (folder contains only config_multisites.php)
site2 (folder contains only config_multisites.php)
site3 (folder contains only config_multisites.php)
site4 (folder contains only config_multisites.php)
client_A (folder contains folders for site1,site2,site3,site4, client_A_master... which are the sites)
I would like it to be more organized such as:
/multisites
ClientA
ClientB
site1
site2, etc.
Here is a video of the folder structure:
www.screencast-o-matic.com/watch/c6lbosXUw
How do I set this up correctly?