apache_conf .htaccess重定向https

Posted

tags:

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

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

#oppure

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

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

apache_conf 重定向Htaccess

apache_conf Htaccess重定向

apache_conf 重定向htaccess

apache_conf 常见.htaccess重定向

apache_conf 常见.htaccess重定向

apache_conf 301重定向Htaccess