nasazen ostrý provoz, social, propagace

This commit is contained in:
2025-12-23 21:38:48 +01:00
parent 1e6a38f6b0
commit ea40bbb8a0
5 changed files with 194 additions and 23 deletions

8
.htaccess Normal file
View File

@@ -0,0 +1,8 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
# Přesměrování na HTTPS
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>