个别301重定向所有页面,包括根(.htaccess)

时间:2018-07-02 19:08:39

标签: .htaccess redirect

  1. 在example-TWO.com上重新启动了example-ONE.com网站
  2. example-ONE.com的所有子页面都移至example-TWO.com上的不同URL,例如example-ONE.com/product1.html移至example-TWO.com/product-xyz

问题: 重定向301 /product1.html https://example-TWO.com/product-xyz-对于子页面效果很好

但是作为添加,我将旧根目录/重定向到新的https://example-TWO.com ... example-ONE.com/product1.html-重定向到https://example-TWO.com/product1.html 不多的https://example-TWO.com/product-xyz

将(.htaccess)单个子页面重定向到新URL并将旧根重定向到新根的正确方法是什么?

0 个答案:

没有答案