957Htaccess and White-listing IPs
AuthUserFile /path/to/.htpasswd
AuthName "Restricted Access"
AuthType Basic
Require valid-user
Satisfy Any
Deny from All
Allow from 123.456.78.90
Allow IP ranges:
Allow from 123.456.78
Allow from 123.456
AuthUserFile /path/to/.htpasswd
AuthName "Restricted Access"
AuthType Basic
Require valid-user
Satisfy Any
Deny from All
Allow from 123.456.78.90
Allow IP ranges:
Allow from 123.456.78
Allow from 123.456