【发布时间】:2015-06-03 09:19:14
【问题描述】:
是否可以创建重写规则以将所有内容移至一个类别:
示例:
来自:
/category/second-category/product-name.html
/category/second-category/third-category/product-name.html
收件人:
/second-category/product-name.html
/second-category/third-category/product-name.html
我已经改变了结构,需要添加 501 重定向,只知道如何做 per-one,不喜欢做 200+。
【问题讨论】:
标签: php regex apache .htaccess