Merge pull request #16 from chaostreff-alzey/TheLie0-patch-3
Create .htaccess
This commit is contained in:
commit
687a23a727
1 changed files with 3 additions and 0 deletions
3
.htaccess
Normal file
3
.htaccess
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteCond %{HTTPS} off
|
||||||
|
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
|
Loading…
Reference in a new issue