htaccess将大量疯狂网址重定向到一个网址

时间:2011-03-22 00:21:02

标签: .htaccess redirect

亲爱的..我已经尝试了一些解决方案,但没有工作,因为我不太了解htaccess 我的php脚本存在问题,使谷歌抓错我的网址:

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/

但它的神经工作? 请帮助核心

1 个答案:

答案 0 :(得分:0)

尝试

RewriteEngine On
RewriteRule ^.*detail.*$  http://www.xaluan.com/toolbar/ [L,R=302]