Turns out I needed to set AuthUserFile to point to the exact directory path
and name of the file in relation to the apache folder root, so it should
have been
AuthUserFile htdocs/www/.htpasswd
Works as expected now.
Thanks,
James
<davide.RemoveThis@yahoo.com> wrote in message
news:bdrpdi$10h8ci$5@ID-18487.news.dfncis.de...
> James Dearnley <jamesd.RemoveThis@grantfinder.co.uk> wrote:
> > Can anyone explain the problem?
>
> Check the error log of Apache, the actual problem is described in there,
> it could be that the directory where you placed the password file isn't
> readable, or is wrong or the password file haven't been created
> correctly.
>
> Davide<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: newbie question about .htaccess