Hi
I have a download folder protected with the standard .htaccess file.

Now I also want to give access to one other IP adress so that I can access the images also from that server.

I have found that you can allow access to an IP number or range by using

allow from IP

But I cannot get it to work.

when I have a file like:

AuthType Basic
AuthName "No access"
AuthUserFile .htnopasswd
AuthGroupFile /dev/null
Require valid-user
allow from IP

There still comes a password request.

has someone information about this?