In the handbook, there is a section about multiple directories. "Drupal allows you to setup multiple drupal sites using different directories on top of one physical source tree." But only instructions related to Unix/Linux are given. How to create the same results in a Windows 2000 system?

Comments

moshe weitzman’s picture

you use a single source tree, but multiple databases (usually) and multiple conf files. for each domain you want to service, rename your conf.php to that domain's name. for example, if you want to serve www.baseball.com and ww.fishing.com from drupal, make a copy conf.php and name it baseball.com.php that way, any requests for baseball.com will use the baseball.conf.php settings (which should be edited to point to the baseball database), and any other requests will be served by conf.php

no linux required.