commit 8b77a467ce916ba29b0eb2e97197e9be78155707 Author: Robert Vokac Date: Sun Mar 31 13:16:57 2024 +0200 Initial commit diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..63d0a34 --- /dev/null +++ b/.htaccess @@ -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]