这是我的 .htaccess
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_REFERER} ^https:\/\/([^.]+.)*?forum.[a-zA-Z_]+ [NC]
RewriteRule ^(.*) http://visitorfromforum.org/ [R,L]
如何将所有流量 [/ 和所有子页面] 重定向到http://visitorfromforum.org/?目前,此重定向仅适用于 /,来自* *forum.org 的访问者点击 mysit.com/images/2013/09/03/index.html 仍然能够看到我的内容。有任何想法吗?:)