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

Road Runner’s picture

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.

nefertum’s picture

The sites need to be under the same domain, as i mentioned above example.com/site1 and example.com/site2, not site.example.com.

nefertum’s picture

Any other ideas on this issue?

jeffdiecks’s picture

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:

For a subdirectory URL, such as http://example.com/subdir, name the sites subdirectory as follows: sites/example.com.subdir -- and read the section below on getting subdirectory multi-site working.

http://drupal.org/documentation/install/multi-site#symlink

nefertum’s picture

Issue closed