    AuthUserFile /dev/null
	AuthGroupFile /dev/null
	AuthName "WordPress Admin Access Control"
	AuthType Basic
	<LIMIT GET>
	order deny,allow
	deny from all
	# whitelist galagali's IP address
	allow from 210.16.94.58
	</LIMIT>