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

	</LIMIT>
