I am having a problem with basic authentication on apache 2.0
Here is part of my config file
<Directory "/home/www/html/xxx/yyy/zzz/admin">
Options MultiViews
Order deny,allow
allow from all
AuthType Basic
AuthName "Login"
AuthUserFile /home/www/html/xxx/yyy/zzz/passwd
require user admin
</Directory>
I get a 401 authorization required and no authentication pop up box.
any ideas?
please help
thanks