url rewrite help - is this possible

Michael Shadle mike503 at gmail.com
Mon Apr 6 00:14:21 MSD 2009


means it will not process any further rewrites



On Sun, Apr 5, 2009 at 12:56 PM, rkmr.em at gmail.com <rkmr.em at gmail.com> wrote:
> Hi Michael,
> Thanks a lot for this. Yes you are right, i think i need this /123456/xxxx/
>
> in that case, is the following correct?
> rewrite ^/(\d+)/(.+)/ /$2?id=$1 last;
>
>
> can you explain what the word last means?
> thanks a lot!
>
> On Sun, Apr 5, 2009 at 12:50 PM, Michael Shadle <mike503 at gmail.com> wrote:
>>
>> rewrite ^/(\d+)/(.+) /$2?id=$1 last;
>>
>> more or less. although you'd probably want to make it /123456/xxxx/ -
>> without the delimiter the url can be anything really.
>>
>> On Sun, Apr 5, 2009 at 12:38 PM, rkmr.em at gmail.com <rkmr.em at gmail.com>
>> wrote:
>> > if i get a url like this
>> > /123456/xxxx
>> >
>> > will nginx be able to rewrite the url to:
>> > /xxxx?id=123456
>> >
>> > if so how can i do it?
>> > thansk a lot!!
>>
>
>





More information about the nginx mailing list