index.html link

This commit is contained in:
Lukáš Kaňka
2023-12-14 00:23:50 +01:00
parent f92de692b7
commit 53bf3fd3d6
7 changed files with 99 additions and 12 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\.)?testing-docs.cz
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]