first commit

This commit is contained in:
Lukáš Kaňka
2024-01-08 10:48:00 +01:00
commit 5f908ec147
75 changed files with 4334 additions and 0 deletions

6
.htaccess Normal file
View File

@ -0,0 +1,6 @@
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTP_USER_AGENT} !(BlackBerry)
RewriteCond %{HTTP_USER_AGENT} !(Windows\sNT\s5\.[12])
RewriteCond %{HTTP_HOST} ^(www\.)?lukaskanka.cz
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]