apache 80跳转至 443

<VirtualHost *:80> ServerName your.domain.com RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^/?(.*)$ https://%{SERVER_NAME}/$1 [L,R] </VirtualHost>
相关文章
相关标签/搜索