apache http 跳到https

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L]

原文地址:https://www.cnblogs.com/guxiaobei/p/8419815.html