Create .htaccess

This commit is contained in:
TheLie0 2020-05-08 12:51:02 +02:00 committed by GitHub
parent 5d67f421ac
commit 0e0a589b9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.htaccess Normal file
View file

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