I have the following set up in a .htaccess file running on an apache server:

AuthUserFile /passwords/.htpasswd
AuthGroupFile /dev/null
AuthName Admin
AuthType Basic

<Limit GET>
require user Admin
</Limit>

With the .htpasswd file in C:/Perl/web site/passwords/.htpasswd, but when ever i try to access the directory the username Admin, and the password set up with it doesnt work. Has anyone got any clue as to why?

Thanks
Sythe