【发布时间】:2017-02-21 16:11:33
【问题描述】:
我可以添加什么规则来获得以下结果?
url 中包含“/manufacturer/any symbols”的任何子文件夹只需重写到上层,例如
domain.net/catalog/file/manufacturer/?categorylayout=0&showcategory=1&showproducts=1&productsublayout=0
到
domain.net/catalog/file/
Htaccess
RedirectMatch 301 ^/manufacturer/ /
不会工作。它应该从 url 末尾删除 GET 参数,并且 QSD 标志会导致 500 错误。
【问题讨论】:
标签: .htaccess redirect mod-alias