Closed (works as designed)
Project:
Webserver authentication
Version:
4.5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2004 at 22:08 UTC
Updated:
25 Mar 2006 at 06:03 UTC
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
Comment #1
mandric commentedwell, "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.
Comment #2
mandric commentedgetting used to project module :\
Comment #3
moshe weitzman commentedfile an issue with core if needed.