apache_conf 将http重定向到https

Posted

tags:

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

# http to https
	RewriteCond %{HTTPS} off
  RewriteCond %{HTTP:X-Forwarded-Proto} !https
  RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

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

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

apache_conf 通过htaccess将http重定向到apache中的https

apache_conf 301(perm重定向)从HTTPS到HTTP

apache_conf 从非www重定向到www和HTTP到https。

apache_conf HTTP重定向

apache_conf HTTP重定向

apache_conf 将www重定向到非www