By iceman42 on
Before I get into it, this site is not live or finished its just the beginning. I setup the test site and have a few domains working locally and everything is going. However I was wondering if I can setup the admin section to administration all the sites or if someone would have to login to each site individually to admin the sites?
My thought is that I would have to change the db to a single db with and just add the table prefix in the settings file.
Comments
The most typical multi-site
The most typical multi-site configuration is for multiple sites to use the same set of code (have a shared codebase) but have different databases (in MySQL, for instance).
This means that each site can have its own content, and its own users, and, as you mention, its own user #1 as administrator. There are some more complex methods that allow you to share the users between multisites but keep content separate (but they are more difficult to configure).
--keith
That is what I
That is what I thought.
thanks
i am also try this.
i am also try this multi sites, please help me