【发布时间】:2013-01-07 13:26:59
【问题描述】:
我需要一些帮助来编写动态规则,我可以在其中添加由“/”分隔的名称/值对,而不是 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
等等。 谁能给我一些好的文档?
谢谢
【问题讨论】:
标签: apache .htaccess mod-rewrite url-rewriting