Merge branch 'master' of bitbucket.org:kosmopolit/kosmopolit.bitbucket.io

This commit is contained in:
hugogogo
2021-05-25 18:02:20 +02:00

3
.htaccess Normal file
View File

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