symbolic link

Multiple sites from one Drupal instance

ie. -- example.com/site and example.com/site2

This is done by creating a symbolic link at the directory location /www/html/ - 'ln -s . site'
and creating a seperate config file at /www/html/sites/example.com.site/settings.php
The directory file naming under /www/html/sites/ works like a DNS table
There is a default directory if no match is found.

ref: http://hofmonkey.org/INSTALL.txt

Syndicate content