/ Published in: Other
Apache can be used to ban undesirable people and bots from your website. With this code, we’re telling Apache that everyone is allowed to visit our blog except the person with the IP addresses
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<Limit GET POST PUT> order allow,deny allow from all deny from 123.456.789 deny from 93.121.788 deny from 223.956.789 deny from 128.456.780 </LIMIT>
URL: http://www.smashingmagazine.com/2010/07/01/10-useful-wordpress-security-tweaks/