created .htaccess (force https)

This commit is contained in:
2020-10-29 19:24:39 +01:00
parent ae5cd20af0
commit d17bb959e1

3
.htaccess Normal file
View File

@@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]