vote up 0 vote down star

Hi ,

I have an encoding problem, using the Apache rewrite rule below:

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

The Rewrite rule works fine but except it is encoding '?' characters in the request as '%3f' characters in the response.

Does anyone know why this is?

Many Thanks,

flag

0% accept rate
Can you give us an example? – Gumbo Sep 21 at 10:54

2 Answers

vote up 0 vote down

Try the NE/noescape flag.

link|flag
vote up 1 vote down

Try to add [L,QSA,R=301]

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.