0

我正在尝试将目录中的所有文件重定向到目录根目录。所以,

原始网址:

http://www.mysite.com/about/whatsnew/2013DHReadersChoice.pdf

http://www.mysite.com/about/whatsnew_story.cfm?id=296

http://www.mysite.com/about/kitchen.cfm

都去:

http://www.mysite.com/about/

我尝试过的所有方法都在一个循环中结束。

4

1 回答 1

1

试试RedireceMatch你的DOCUMENT_ROOT/.htaccess文件:

RedirectMatch 301 ^/(about)/.+$ /$1/
于 2013-11-04T20:02:24.817 回答