View Single Post
Old 2009-09-07, 08:44 PM   #3
dunc
You can now put whatever you want in this space :)
 
dunc's Avatar
 
Join Date: Feb 2007
Location: Australia
Posts: 658
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
dunc is offline   Reply With Quote