| anotherchrisberry@gmail.com 2006-11-17, 1:22 am |
| I've been searching the forums and groups for hours but can't seem to
resolve this issue. I created a .htaccess file and a .htpasswd file as
follows:
[.htaccess]
AuthUserFile /golive/testprotect/.htpasswd
AuthName "Password"
AuthType Basic
require user test
[.htpasswd]
test:teH0wLIpW0gyQ
Both files reside in /golive/testprotect/.htpasswd. I've tried
different password generators to no avail. I've tried wrapping "require
user test" in <Limit GET POST></LIMIT> tags. I've tried using
".htpasswd" and "/.htpasswd" as my file path. Nothing.
I'm new at this (I know keeping the .htpasswd file in the same
directory I'm protecting is dumb, but just trying to make it work
once). When I try to open a file in the protected folder, it asks for
username and password as expected, yet fails to recognize the combo
("test/test").
I'm completely confused, and I know this is only the 900th post on this
same topic in this group alone.
Anybody? Anybody?
Thanks - Chris
|