WTF is wrong with this .htaccess file???
I want to password protect one of my sites but I have never done it with .htaccess files. I tryed this one but it is not working.
This is the code I have:
AuthUserFile /test/.htpasswd
AuthGroupFile /dev/null
AuthName EnterPassword
AuthType Basic
Require valid-user
|