text 使用.htaccess强制HTTPS

Posted

tags:

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

RewriteEngine On

# Handle HTTP Protocol Redirect
RewriteCond %{HTTPS} !on
RewriteRule ^.*$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

以上是关于text 使用.htaccess强制HTTPS的主要内容,如果未能解决你的问题,请参考以下文章

使用 .htaccess 对子域强制使用 SSL HTTPS

zf2 - 使用 .htaccess 强制 SSL/https

使用 .htaccess 为 CloudFlare 用户强制使用 HTTPS 和非 WWW

如何使用 htaccess 强制 http-NOT https

使用 .htaccess 和 mod_rewrite 强制 SSL/https

通过 htaccess 强制非 www 和 https