我有一個例如:http://dominename:port/first/1/second/2/third/3的網址,並且想要重寫爲 http://dominename:port/first=1/second=2/third=3。我可以先到達並得到1.但是,對於兩三個,我怎麼能得到它?下面URL查克 - 查詢字符串
是我的代碼以獲得第一:
<rule>
<from>^/first/(.*)$</from>
<to type="forward">/dominename:port/first=1</to>
</rule>
謝謝!
如果你想一個回答,那麼你需要添加更多的信息。例如,這是什麼語言,或者這是一個框架/服務的設置? – 2012-03-09 23:54:19
我們使用spring框架和java和tucky URL重寫。 – sam 2012-03-10 02:50:06