【发布时间】:2013-09-09 23:49:10
【问题描述】:
我会先说类似主题的其他帖子无法帮助我解决这个确切的问题。
我正在尝试重写以下内容:
原创
mydomain.com/brand-collection/{wildcard1}/{wildcard2}.html
重写为:
mydomain.com/{wildcard2}.html
示例 #1:
mydomain.com/brand-collection/sony/sony-xperia.html"
将改写为:
mydomain.com/sony-xperia.html
示例 #2:
mydomain.com/brand-collection/sharp/sharp-aquos.html"
将改写为:
mydomain.com/sharp-aquos.html
非常感谢任何帮助。谢谢!
【问题讨论】:
-
你有类似的我可以找到答案的吗?
标签: regex .htaccess mod-rewrite wildcard