By nefertum on
Hello there,
I have a new challenge ahead. I need to deploy a Drupal multisite under the same codebase and the same database.
ex: example.com (main site) and example.com/foo (subsite) example.com/bar (subsite)
each of the sites need to be administrated from the same console. Also each of these sites need to be stand alone (each of them with their own themes and homepages etc).
Any ideeas on how to approach this ?
Comments
Domain Access module
Domain Access will do what you want for sub domains so example.com, foo.example.com and bar.example.com provides fine grain control of themes, blocks, content, views menus etc.
RE: Domain Access module
The sites need to be under the same domain, as i mentioned above example.com/site1 and example.com/site2, not site.example.com.
Any other ideas on this
Any other ideas on this issue?
Can be done via naming convention in sites/ folders
See instructions here:
http://drupal.org/documentation/install/multi-site
For your specific instance where the sites are sub-directories rather than sub-domains, there is a naming convention to follow as noted in the link above:
http://drupal.org/documentation/install/multi-site#symlink
Thank you
Issue closed