order deny,allow
deny from all
allow from 192.168.1.1
# This is the whitelisting of the ajax handler
<Files admin-ajax.php>
Order allow,deny
Allow from all
Satisfy any
</Files>
Just another WordPress site
order deny,allow
deny from all
allow from 192.168.1.1
# This is the whitelisting of the ajax handler
<Files admin-ajax.php>
Order allow,deny
Allow from all
Satisfy any
</Files>