Add static rewrite rule for /raporty/ and update sync cache

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-19 19:30:57 +01:00
parent ad24195cdd
commit 8ceba50b32
2 changed files with 14 additions and 10 deletions

View File

@@ -20,5 +20,9 @@ RewriteRule ^ - [L]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^ - [L]
# Raporty klientow - serwuj statycznie
RewriteCond %{REQUEST_URI} ^/raporty/ [NC]
RewriteRule ^ - [L]
# Wszystko inne → index.php
RewriteRule ^(.*)$ index.php [L,QSA]