 #AuthUserFile /dev/null
 #AuthGroupFile /dev/null
 AuthName "WordPress Admin Access Control"
 AuthType Basic
 <LIMIT GET>
 order deny,allow
 deny from all
 allow from 192.168.1.44
 allow from 74.111.10.218
 </LIMIT>

