我正在尝试将目录中的所有文件重定向到目录根目录。所以,
原始网址:
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/
我尝试过的所有方法都会循环播放。
答案 0 :(得分:1)
在RedireceMatch
文件中尝试DOCUMENT_ROOT/.htaccess
:
RedirectMatch 301 ^/(about)/.+$ /$1/