Add missing file

This commit is contained in:
Erick Ruiz de Chavez 2021-09-22 11:30:38 -04:00
parent 8a935d232e
commit 66ac60dd82
No known key found for this signature in database
GPG key ID: 18853A33FA62DDC9

7
.htaccess Normal file
View 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]