<div>if i get a url like this</div>
<div>/123456/xxxx</div>
<div> </div>
<div>will nginx be able to rewrite the url to:</div>
<div>/xxxx?id=123456</div>
<div> </div>
<div>if so how can i do it?</div>
<div>thansk a lot!!</div>