Hey - not sure if this helps - but I just saw that you can add this so your htaccess (in your wp-admin directory) which only allows the IP addresses listed to access your wp-admin directory...
Quote:
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName "Access Control"
AuthType Basic
<LIMT GET>
order deny,allow
Deny from all
#whitelist work IP
allow from 10.10.10.10
</LIMIT>
|
Not sure if that is common knowledge or not... I saw it on a Matt Cutts video