📜  htaccess https - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:01.801000             🧑  作者: Mango

代码示例5
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^.*$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]