unescaping character in url

Fr Tr lists at ruby-forum.com
Sun Oct 25 13:02:02 MSK 2009


> Try this:
> 
>     if ($request_uri ~ "%3Bjsessionid=") {
>         rewrite  ^(.*)$  http://example.com$1  permanent;
>     }

Thanks, it worked perfectly well!

Francisco
-- 
Posted via http://www.ruby-forum.com/.





More information about the nginx mailing list