方便复制:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^mituxiu.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.mituxiu.com [NC,OR]
RewriteCond %{HTTP_HOST} ^metooshow.com [NC]
RewriteRule ^(.*)$ http://www.metooshow.com/$1 [L,R=301]

 

原文截图:

多个域名同时301重定向给新域名

相关文章:

  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
  • 2022-02-11
  • 2022-01-30
  • 2022-12-23
  • 2022-01-02
猜你喜欢
  • 2022-01-20
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
相关资源
相似解决方案