one nice feature of drupal is that you can setup different website or virtual hosts using the same drupal installation just by creating special files like includes/www.example.com.php and includes/www.example.com.subdir.php and creating a symlink for subdir. webserver_module does not work in the case that you are using subdirectory symlink like subdir -> ./.

Comments

mandric’s picture

Title: doesn't work if you use a sub directory » further description

well, "it doesn't work" isn't very descriptive. the problem might be better described as
when using subdirs as differnet drupal installs, call it virtual hosts or whatever, the same .htaccess
file is shared among subdirs since the virtual host trick is to symlink a subdir to the current dir. so it's the bug may not really be webserver_auth it might be in the core, but i thought i would post the problem here because it definitely applies to webserver_auth.

mandric’s picture

Title: further description » problems with multisite setup

getting used to project module :\

moshe weitzman’s picture

Status: Active » Closed (works as designed)

file an issue with core if needed.