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
Comment #1
killes@www.drop.org commentedCreate links named fnord and egad back to the main Drupal root directory. this is also in the installation instructions.
Comment #2
mbertier commentedThis 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
Comment #3
jack_of_spades commentedThis does solve my immediate problem, but I also can't find it in the 4.6 INSTALL.txt.
Thanks for the help!
Comment #4
(not verified) commented