committed by
GitHub
1 changed files with 3 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||
RewriteEngine On |
|||
RewriteCond %{HTTPS} off |
|||
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] |
Loading…
Reference in new issue