Naprawa lokalizacji - odczytu

This commit is contained in:
2026-06-10 20:31:48 +02:00
parent 04aaa6e321
commit 79a83d4d73
16 changed files with 1826 additions and 477 deletions

5
app/.htaccess Normal file
View File

@@ -0,0 +1,5 @@
# Gdy document root wskazuje na katalog app/ (URL: /public/app.html)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^public/app\.html$ public/app.php [L,QSA]
</IfModule>