Initial commit

This commit is contained in:
Robert Vokac 2024-03-31 13:16:57 +02:00
commit 8b77a467ce
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

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\.)?robertvokac.com
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]