Hi,

I tried this module with drupal 5 on a linux server but I can't get it running. I use a .htaccess file with the following settings:
AuthUserFile /etc/my-folder/my-passwd
AuthGroupFile /dev/null
AuthName My Protected Area
AuthType Basic
ErrorDocument 401 http://....

This file is under /var/www/my-site/. Drupal is installed in /var/www/my-site/drupal.
The password dialog appears but drupal won't log in. Any ideas?

thanks!

Comments

googelybear’s picture

just to give you an update on this: I switched to http://drupal.org/project/httpauth which seems to be working fine now.

xxvelcrar’s picture

Status: Active » Closed (fixed)

Closing as you seemed to have found a solution. The original issue would need a lot more details to properly resolve.