Apache, Linux 2018/01/11 llh 867 0
在配置文件 .conf 里添加以下语句:
RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)?$ https://%{SERVER_NAME}/$1 [L,R]
可以实现把http的网址强制跳转到https。