Problem trying to rewrite a URL

Hi all,

I have a problem trying to rewrite a URL.

It should be pretty straightforward but it has been taking me hours
searching.

Google indexed urls containing “;”, which gets escaped to %3b:

(the original url that works is
Hội du lịch Việt Nam - nơi chia sẻ kinh nghiệm du lịch)

How can I fix it?
Thank you very much.
Cao Tri.

Posted at Nginx Forum:

AFAIK nginx has no directive for unescaping URLs. You could do it with
Lua
or go down a messy path of map directives listing all arguments with
permutations.

Rather what you need to do is fix your application so that it accepts
escaped URLs. They’re standard and there’s no reason why it shouldn’t
IMO.
Le 6 janv. 2014 05:55, “hoidulich” [email protected] a crit :