【发布时间】:2021-05-19 23:52:21
【问题描述】:
我需要 301 将一些页面从我的旧域重定向到具有另一个目录结构的新域。如何为这样的条件创建 .htacess 重写规则:
http://www.name.domain/product1.html 到
https://another-name.else-domain/language-1/catalog/product-1
和
http://www.name.domain/product2.html 到
https://another-name.else-domain/language-2/catalog-2/product-2
和
http://www.name.domain/ 或者 http://name.domain/ 到
https://another-name.else-domain/homepage/
和
【问题讨论】:
标签: .htaccess redirect url-rewriting