redirect question (inception inside)
Ronald Van Assche
rva at onvaoo.com
Sat Aug 16 10:27:16 UTC 2014
YEP thank you :
> The matching is performed against a normalized URI, after decoding the text encoded in the “%XX” form, resolving references to relative path components “.” and “..”, and possible compression of two or more adjacent slashes into a single slash.
so i do not have to put // in the location , and it works
location ^~ /ue/ue/ {
rewrite ^/ue(/ue/.*) $1 permanent;
}
Thank you all people here.
--
Ronald,
Paris.
Le 16 août 2014 à 12:07, Edho Arief <me at myconan.net> a écrit :
> >
> > location ^~ /ue//ue/ {
> > rewrite ^/ue(/ue/.*) $1 permanent;
> > }
> >
> > does not work :o(
> >
> >
>
> try reading the documentation: http://nginx.org/r/location
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20140816/9995215f/attachment.html>
More information about the nginx
mailing list