Merge pull request #16 from chaostreff-alzey/TheLie0-patch-3

Create .htaccess
This commit is contained in:
TheLie0 2020-05-12 20:39:05 +02:00 committed by GitHub
commit 687a23a727
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]