Drupal has a multisite capability.
http://drupal.org/node/43816

+1 and it works well too. You can install modules and themes either for specific sites only, or for all sites.

This could be done by sharing the user table between multiple Drupal
instances off the same Drupal core. If the role table isn't shared, then a user could be an admin of one site and not another.

Or, even simpler, have a different database for each site. Then all the data is kept separate. Just needs a different database connection string in each site's settings.php.

HTH,

Anthony
--
www.fonant.com - Quality web sites


**************************************************************
Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
**************************************************************

Reply via email to