Is there a way to require the use of htpasswd if the user is not in a certain IP range?
EDIT:
K I have this right now
Order Deny,Allow
Deny from all
AuthName "Htacess"
AuthUserFile /var/www/Test/.htpasswd
AuthType Basic
Require valid-user
Allow from 111.111.111.111
Satisfy Any
But its giving me a 500 error