apache_conf .htaccess将www重定向到非www

Posted

tags:

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

RewriteEngine on

RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]

RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

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

apache_conf 强制www。 (htaccess的)

apache_conf htaccess www重定向

apache_conf Htaccess Force Www - 没有Www.html

apache_conf HTACCESS Force https和www

apache_conf .htaccess https&www redirects

apache_conf .htaccess https&www redirects