从子域重定向到主域

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从子域重定向到主域相关的知识,希望对你有一定的参考价值。

Needed to retire a staging domain, so I'm redirected all traffic to the equivalent page in the root directory in the .htaccess file
  1. RewriteEngine On
  2. RewriteBase /
  3. RewriteCond %{HTTP_HOST} ^staging.example.com$ [NC]<br />RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]

以上是关于从子域重定向到主域的主要内容,如果未能解决你的问题,请参考以下文章

子域正在重定向到主域文件

将任何子域重定向到主域上的页面

将子域重定向到主域上的文件夹

在Wordpress中将网站从子域移动到主域的问题

在子域允许访问一个页面,如果试图访问其他页面重定向到主域名

301从主域(www和非www)重定向到子域