I need to create multiple Drupal sites addressed by subdirectories under one host name, e.g.

http://fantasy.geographic.net/ < Site root
http://fantasy.geographic.net/fnord/ < Site root
http://fantasy.geographic.net/egad/ < Site root

When I hit the URL http://fantasy.geographic.net/fnord/, the page is served by the site defined in sites/default/settings.php — with a 404 error. sites/fantasy.geographic.net.fnord/settings.php exists and appears to be properly configured.

Comments

killes@www.drop.org’s picture

Create links named fnord and egad back to the main Drupal root directory. this is also in the installation instructions.

mbertier’s picture

This works but i didn't find this information in the docs (neither INSTALL.txt nor http://drupal.org/node/260). Where is it said ? I think it should be stated in the multi site section of INSTALL.txt

jack_of_spades’s picture

This does solve my immediate problem, but I also can't find it in the 4.6 INSTALL.txt.

Thanks for the help!

Anonymous’s picture