wordpress技巧-利用.htaccess拒绝spam机器人评论

把下面代码,复制到你的.htaccess文件里面,这个文件大家都有的,在网站根目录,没有的话,去设置的固定链接弄伪静态达到生成,然后在里面加入下面代码:

  1. # WPhtC: Protect comments.php
  2. RewriteCond %{REQUEST_METHOD} POST
  3. RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
  4. RewriteCond %{HTTP_REFERER} !.*http://your url.* [OR]  
  5. RewriteCond %{HTTP_USER_AGENT} ^$
  6. RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]  

英文原文地址:http://www.wprecipes.com/how-to-deny-comment-posting-to-no-referrer-requests

中文参考地址:http://zmingcx.com/using-htaccess-reject-spam-robot-comment.html

注意,第四行的your url 改成你的网址

您可以选择一种方式赞助本站

支付宝扫一扫赞助

微信钱包扫描赞助

目前评论:2   其中:访客  0   博主  0

  1. avatar 诸葛小觉 2

    这个挺好的,不过我博客是使用多说插件的,弄伤这个也有用吗?

    • avatar yumanutong 5

      @诸葛小觉 不知道哦,我现在屏蔽了英文评论,垃圾评论少了很多,但是还是有,估计还是拦截到了吧,其实垃圾评论的很多方法的,防不胜防

评论加载中...

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

图片 表情