【发布时间】:2020-05-03 07:41:44
【问题描述】:
我想通过.htaccess重定向
https://www.example.co/en/brand/Abc 到 https://www.example.co/en/brand/abc
我试过了
RewriteRule ^https://www.example.co/en/brand/Abc https://www.example.co/en/brand/abc [R=301,L]
【问题讨论】:
标签: .htaccess redirect mod-rewrite