multisite with multisite_manage

ceci123 - August 10, 2009 - 16:40

Hello Everyone.

I am a question. I just installed Drupal with the multisite_manage module.

I followed this configuration file ( http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/multisite_m... ) and as of now everything seem to be working.

My question is this. Does it really matter whether you use site on the code below? Would you advise me to get rid of the site and use the existing sites instead?

  Assuming you will make all new sites available at /site/{shortname}/
  1. PUT SOMETHING LIKE THIS IN YOUR APACHE CONFIG:
  <VirtualHost *:80>
    AliasMatch ^/<B>site</b>/\w+/(.*) /var/www/drupal/$1
    DocumentRoot /var/www/drupal/
  </VirtualHost>

Also. I ran into this site on "How to Correctly Set up Drupal Multisite?" How is this different from doing using the multisite_manager module

Thanks for your suggestion.

C

 
 

Drupal is a registered trademark of Dries Buytaert.