.htaccess将www子域重定向到二级域

Posted

tags:

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

  1. # Redirect without www prefix
  2. RewriteCond %{HTTP_HOST} ^www.example.net$ [NC]
  3. RewriteRule ^(.*)$ http://example.net/$1 [r=301,NC,L]

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

.htaccess将www子域重定向到二级域

PHP:将主域重定向到https:// www,子域重定向到https://(不带www)

Htaccess 规则将域重定向到 index.html

htaccess 多个域重定向到 https://www 和特定文档根目录

如何在Heroku上使用Zerigo DNS将根级域重定向到www子域? [关闭]

htaccess 域重定向到新域