Sep 11 2008
Drupal multi-site
As you probably know (or not), I have 6 drupal sites on-line… 5 Of them are on the same server. Up till today (well,yesterday, to be exact) each had its own code-base.
I have now combined it all under one Drupal code installation, using Drupal’s cool multi-site option. This means that every site has its own Database, theme and user files (such as images) – but the code and modules is shared between all sites. This means that it will be much easier to upgrade, move server, and manage the sites. Good for me!