apache 80跳轉至 443

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