i have installed everything allright. yet still i cant login to my htaccess protected directory.
this is my htaccess file:
AuthUserFile /var/www/html/admin/.htpasswd
AuthGroupFile /dev/null
AuthName "EnterPassword"
AuthType Basic
<Limit GET POST>
require user admin
</Limit>
and this is my htpasswd:
admin:pekQVKcMJwqLI
both are in the admin directory uploaded in the ascii mode. still it doesnt work. i get error 401.