Add missing file
This commit is contained in:
parent
8a935d232e
commit
66ac60dd82
1 changed files with 7 additions and 0 deletions
7
.htaccess
Normal file
7
.htaccess
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
RewriteEngine On
|
||||||
|
|
||||||
|
# Require HTTPS **always**
|
||||||
|
RewriteCond %{HTTPS} off [OR]
|
||||||
|
RewriteCond %{HTTP:X-Forwarded-SSL} off
|
||||||
|
RewriteCond %{HTTP:X-Forwarded-Proto} !https
|
||||||
|
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
Loading…
Reference in a new issue