AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName "HTACCESS"
AuthType Basic

order deny,allow
deny from all
allow from 192.168
allow from 10.0
allow from localhost
