cleaner416
Programmer
Greetings,
I am running Apache 2.0 and would like to create an .htaccess file that allows access from an internal IP and for everyone else requires a password. In psuedo code, my .htaccess file would like something like this:
if 10.0.0.
allow
else
authenticate against .htpasswd
Is this possible?
Thanks in advance!
I am running Apache 2.0 and would like to create an .htaccess file that allows access from an internal IP and for everyone else requires a password. In psuedo code, my .htaccess file would like something like this:
if 10.0.0.
allow
else
authenticate against .htpasswd
Is this possible?
Thanks in advance!