first commit

This commit is contained in:
Lukáš
2024-02-28 16:47:11 +01:00
commit d71da296b2
66 changed files with 7363 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]