我的RedirectMatch 301規則存在問題。RedirectMatch 301問題
我想所有的URL重定向像論文:
http://www.toto.com/lang/fr/tutu/salut-les-gens
http://www.toto.com/lang/fr/tutu/trop-bien
http://www.toto.com/lang/fr/tutu/gg-a-toi
到:
http://www.toto.com/blog/tutu/salut-les-gens
http://www.toto.com/blog/tutu/trop-bien
http://www.toto.com/blog/tutu/gg-a-toi
我已經將這個規則:
RedirectMatch 301 ^/lang/fr/tutu/.* /blog/tutu/$1
但它重定向到http://www.toto.com/blog/tutu,而不是http://www.toto.com/blog/tutu/salut-les-gens
謝謝!
[here](http://meta.stackexchange.com/q/5235/147495)你會發現清楚的解釋說明如何**「接受」**答案。 *另外*從15聲望點開始,您有權投票任何有用的答案或您發現的問題。 **你有權每天投票30個答案/問題**(見[這裏](http://meta.stackexchange.com/q/5213/147495))。投票可以幫助其他人在計算器上找到有用的信息。所以**如果你想幫助其他人找到關於計算器的信息,請使用投票也**。 – Oleg