Files
budget/public/.htaccess
T
Ty Clifford b7eaa81501 -
2026-06-14 15:25:31 -04:00

9 lines
191 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]
<FilesMatch "\.(sqlite|json)$">
Require all denied
</FilesMatch>