chore: enforce nginx-only setup and remove .htaccess

This commit is contained in:
2026-04-26 09:50:40 +02:00
parent 5378209fed
commit 3742ad19c2
7 changed files with 12 additions and 14 deletions

View File

@@ -1,9 +0,0 @@
php_flag display_startup_errors on
php_flag display_errors on
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>