.htaccess redirect all pages to new domain

前端 未结 18 2274
被撕碎了的回忆
被撕碎了的回忆 2020-11-22 14:47

Which redirect rule would I use to redirect all pages under olddomain.example to be redirected to newdomain.example?

The site has a totally

18条回答
  •  粉色の甜心
    2020-11-22 15:35

    If you want to redirect from some location to subdomain you can use:

    Redirect 301 /Old-Location/ http://subdomain.yourdomain.com

提交回复
热议问题