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
Comment #1
googelybear commentedjust to give you an update on this: I switched to http://drupal.org/project/httpauth which seems to be working fine now.
Comment #2
xxvelcrar commentedClosing as you seemed to have found a solution. The original issue would need a lot more details to properly resolve.