apache_conf 强制https://和www

Posted

tags:

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

# Force https
RewriteCond %{HTTP_HOST} !\.test$
RewriteCond %{HTTP_HOST} !\.prod$
RewriteCond %{HTTP_HOST} !^stage
RewriteCond %{ENV:HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

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

以上是关于apache_conf 强制https://和www的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf 在htaccess中强制使用HTTPS和WWW

apache_conf 强制https

apache_conf 强制HTTPS

apache_conf 强制https

apache_conf 强制https通用

apache_conf 强制Https