I am setting up a website that can be quickly replicated using JMS and need a better understanding of how some things work... I have some questions:
===========
Certain components I am using store their settings in an INI file within the component directory. As such, would it then be necessary for me to COPY the components folder to each new site (as opposed to sharing it)? I believe if it is shared, then all users will be subject to the settings in the .ini file under the master site ... correct?
===========
My understanding of Symlinks is getting better these days, but I need some clarification. I installed a slave site using a JMS template - the slave is a copy of the master site. Under Folders and Files (tab) in the JMS template I used symlink (SL) for the /administrator directory. Upon logging into the slave site's admin (
SLAVE1.mysite.com/administrator) - I was redirected to the master sites admin pages and URL (
MASTER.mysite.com/administrator). I require that each site I create has its own administration panel. Should I also COPY the /administration folder to allow each new slave to have its own admin section? Or is there a way to share the files in the /admin folder, while retaining the settings in the slave site's own DB?
Thanks!
--Kevin