Multi site, vhosts, and BitNami
|
|
Hi, I’m using the drupal stack on MacOS X. I run multiple drupal sites locally on my development system. How should I configure the virtual hosts so that I can use: x.localhost where x is a variable representing the name of the site. TIA, cliffy |
|
|
Hi, you will need to change apps/drupal/conf/drupal.conf to something like
Using different virtual hosts for each drupal site. More examples at http://httpd.apache.org/docs/2.0/vhosts/examples.html Also, you will need to change /etc/hosts to make drupal.localhost point to your localhost, as in
Cheers |
