通过使用.htaccess减少WordPress博客上的垃圾邮件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过使用.htaccess减少WordPress博客上的垃圾邮件相关的知识,希望对你有一定的参考价值。
Reduce spam on WP installations (comment spam); this snippet does not look for https referers.
# BEGIN die spam die <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_METHOD} POST RewriteCond %{REQUEST_URI} .wp-comments-post.php* RewriteCond %{HTTP_REFERER} !.*yourdomainname.* [OR] RewriteCond %{HTTP_USER_AGENT} ^$ RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L] </IfModule> # END die spam die
以上是关于通过使用.htaccess减少WordPress博客上的垃圾邮件的主要内容,如果未能解决你的问题,请参考以下文章
修改 Wordpress 中默认生成的友好 URL(通过 .htaccess)
通过 Wordpress Rewrite 或 .htaccess 重写 URL