Block Spammers by IP address in WordPress
Posted: March 13th, 2009 | Author: jriggs | Filed under: wordpress | 1 Comment »Sooner or later you’re going to have a bot relentlessly pinging your site and posting comments that link to undesirable sites. Fortunately, stopping these tpyes from accessing the site is easy.
1) If it’s not already there, create a file named .htaccess in the root directory of your blog.
2) Add the following text:
order allow,deny deny from 213.163.65.27 deny from 213.163.65.73 allow from all
3) As you receive new spam posts, add a new line to this file containing the offender’s ip address.
Related posts:
- Create Blank Page for WordPress Blog Using Your Theme Template
- Detect Adblock Users on a WordPress Blog
- Address Standardization & Verification with USPS web tools and PHP
you should mention that this only works for apache