从子域重定向到主域
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
RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^staging.example.com$ [NC]<br />RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
以上是关于从子域重定向到主域的主要内容,如果未能解决你的问题,请参考以下文章