我需要一些帮助来编写动态规则,我可以在其中添加由“/”分隔的名称/值对,而不是 name1=value&name2=value2
例如
http://www.example.com/jeans.html?color=24&manufacturer=3 http://www.example.com/jeans/color/black/manufacturer/jonh-miller.html
&
http://www.example.com/jeans.html?color=24&manufacturer=3&size=1 http://www.example.com/jeans/color/black/manufacturer/jonh-miller/size/xl.html
等等。任何人都可以向我指出一些好的文档吗?
谢谢