prod php blog

This commit is contained in:
2024-09-01 00:07:03 +02:00
commit 51940b50d0
160 changed files with 13696 additions and 0 deletions

10
lukaskanka/.htaccess Normal file
View File

@@ -0,0 +1,10 @@
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]
RewriteBase /
RewriteCond %{REQUEST_URI} ^(/www/|/www)
RewriteRule ^(www/)(.*)$ https://%{HTTP_HOST}/$2 [R=301,L]