Closed (works as designed)
Project:
Secure Site
Version:
6.x-2.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2009 at 14:18 UTC
Updated:
27 Oct 2009 at 21:45 UTC
Am I right in thinking that Secure Site is the preferred method of configuring http authentication for Drupal? If so I don't understand how to configure authentication to Drupal using an htpasswd file (and an htgroup file). I already have my htpasswd setup for other websites and users can authenticate against it when I specifically configure Apache accordingly:
AuthType Basic
AuthName "Authorized Zone"
AuthUserFile /srv/conf/htpasswd
Require group authenticated-user
as an example. But how do I use this with Secure Site? I'm completely lost! Thanks
Comments
Comment #1
darren ohYou can't. Secure Site only authenticates Drupal users.