Quick htaccess question
Something that should be simple but I can't get to work. I have basic htpasswd type stuff protecting a folder ie.
AuthUserFile /path-to/.htpasswd
AuthName Members
AuthType Basic
require valid-user
I simply want to allow access to certain domains/IP's without it popping up the password request box for those domains/ip's. How to do this? Been looking for a solution and everything I found either locks the whole world out or still pops up the box.
Thanks
__________________
Ignorance is never bliss.
|