resglowing
Registered
I want to set up htpasswd for users on our server. I added .htaccess:
AuthUserFile .htpasswd
AuthGroupFile /dev/null
AuthName ByPassword
AuthType Basic
<Limit GET>
require user username
</Limit>
and .htpasswd files to a test directory. I also uncommented
AccessFileName .htaccess in the main httpd.conf as well as configured the users conf
<Directory "/Users/user/Sites/">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
But I still get no login window.
Any ideas?
AuthUserFile .htpasswd
AuthGroupFile /dev/null
AuthName ByPassword
AuthType Basic
<Limit GET>
require user username
</Limit>
and .htpasswd files to a test directory. I also uncommented
AccessFileName .htaccess in the main httpd.conf as well as configured the users conf
<Directory "/Users/user/Sites/">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
But I still get no login window.
Any ideas?