Quote:> There is no version of htpasswd for windows because the passwords
> are not currently encrypted.
That part is wonderful to know. However, I still am denied access even though I
use the correct username/password.
Here is the section of access.conf that I use (please note that I use this file to
over-ride and do not use .htaccess files. If you or anyone knows what is wrong
here, please let me know.
<Directory "d:/apache/webroot">
Options Indexes FollowSymLinks
AllowOverride All
order allow,deny
deny from all
AuthName "Technical Database"
AuthType Basic
AuthUserFile "conf/userlist."
Require valid-user
</Directory>