- Aug 15, 2000
- 52,763
- 1
- 0
AuthUserFile /var/www/html/testfolder/.htpasswd
AuthGroupFile /dev/null
AuthName "Test Encryption"
AuthType Basic
require user testuser
testuser:tESqKKJFHxWNg
Yeah, a lot of docs suck. As others have said, you'll need to make sure you AllowOverride all in your httpd.conf.I'm having a hell of a time finding in-dept how-to's on this that fully explain it other than simple web tutorials that just say "create these two files and you're done" kinda crap.