added initial files

This commit is contained in:
Samuel Philipp 2019-08-22 23:29:03 +02:00
parent 8f3fe9a9eb
commit c1d482de1c
3 changed files with 56 additions and 0 deletions

7
.htaccess Normal file
View file

@ -0,0 +1,7 @@
RewriteEngine On
RewriteCond "%{REQUEST_FILENAME}" "(generate)?_?204"
RewriteRule "(generate)?_?204" / [R=204,L]
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]