Return to Snippet

Revision: 28305
at July 6, 2010 23:24 by mariusscheel


Initial Code
<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>

Initial URL
http://www.smashingmagazine.com/2010/07/01/10-useful-wordpress-security-tweaks/

Initial Description
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

Initial Title
use .htaccess to blacklist undesired users and bots

Initial Tags
wordpress, htaccess, security

Initial Language
Other