apache_conf Https重定向.htaccess

Posted

tags:

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

RewriteEngine On
RewriteCond %{HTTPS} off 
RewriteCond %{HTTP_HOST} =example.com
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301]

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

apache_conf Https重定向.htaccess

apache_conf .htaccess重定向https

apache_conf HTTPS和WWW重定向

apache_conf 将http重定向到https

apache_conf Sakura的HTTPS重定向设置

apache_conf 在Mamp上重定向到https