首先创建一个.htaccess文件 如果有的话就直接复制到里面去,代码如下:其中www.cefhost.cn 可替换为你的网址

# WPhtC: Protect comments.php
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
RewriteCond %{HTTP_REFERER} !.*http://www.cefhost.cn.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]

分享到: 更多

1
说点什么

avatar
1 Comment threads
0 Thread replies
0 Followers
 
Most reacted comment
Hottest comment thread
1 Comment authors
电子商务营销推广 Recent comment authors
  Subscribe  
最新 最旧 得票最多
提醒
电子商务营销推广
游客

学习了学习了