📜  htaccess https erzwingen - 任何代码示例
📅  最后修改于: 2022-03-11 14:58:06.183000             🧑  作者: Mango
代码示例2
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^.*$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]