http://www.xaluan.com/modules.php?name=Horoscopes&file=detail&url=/news/thu-gian/trac-nghiem/2011/03/163906-thu-bay-cua-ban/modules.php%25253fname=News&file=categories&op=newindex&catid=2
正确的网址只是看起来像这样:
http://www.xaluan.com/modules.php?name=Horoscopes&file=detail&url=/news/thu-gian/trac-nghiem/2011/03/163906-thu-bay-cua-ban/
它再次为此链接添加网址: modules.php%25253fname =新闻与文件=类别&安培; OP = newindex&安培; CATID = 2 ..等等
但我通过删除所有这些sripts解决了这个问题 另一个关于谷歌他们回来的问题和comback获取试图爬行链接而不退出.. 所以我想 将所有这些网址(包含var:detail)重定向到一个网址
这是我的一个
RedirectMatch ^/(.*)detail(.*)$ http://www.xaluan.com/toolbar/
但它的神经工作? 请帮助核心
答案 0 :(得分:0)
尝试
RewriteEngine On
RewriteRule ^.*detail.*$ http://www.xaluan.com/toolbar/ [L,R=302]