【发布时间】:2017-09-21 18:21:41
【问题描述】:
我正在从此 URL/文件夹重定向所有内容(包括正斜杠后的所有 URL):/forums
到这个网址:/blog/
使用当前正在运行的代码:
RedirectMatch 301 ^/forums https://www.website.com/blog/
但我想排除此网址:
/forums/8/is-dermarolling-an-effective-treatment-for-hair-loss-1953
然后将其重定向到网站的另一个 URL:
/use-this-example/
现在它显然也重定向到/blog/
【问题讨论】: