Apache2 永久重定向

Apache2 永久重定向

你好,我正在尝试设置多个重定向规则,但它们不能一起工作。

Redirect permanent /index.php/news/ http://newurl.io/blog/
Redirect permanent /index.php/1363-2/ http://newurl.io/bar/
Redirect permanent / http://newurl.io/foo/

但每次我添加最后一条规则时,结果index.php/news/都是重定向到http://newurl.io/foo/

我尝试过条目的顺序是否会影响结果,但是没有。

有没有什么方法可以让 Apache 仅重定向命令指定的特定 URL?

相关内容