Apache RewriteRule

时间:2009-09-21 10:52:43

标签: apache mod-rewrite redirect apache-config

我有一个编码问题,使用下面的Apache重写规则:

RewriteRule ^/somethingx/somethingy/somethingx_somethingz(.*) /somethingx/somethingy/somethingx_somethingy/$1 [L,R=301]

重写规则工作正常但除了编码'?'请求中的字符为响应中的'%3f'字符。

有谁知道这是为什么?

非常感谢,

2 个答案:

答案 0 :(得分:1)

尝试添加[L,QSA,R = 301]

答案 1 :(得分:1)

尝试NE/noescape flag