This commit is contained in:
2025-12-28 01:13:43 +01:00
parent 45fd09bc06
commit 50d803dade

6
api/.htaccess Normal file
View File

@@ -0,0 +1,6 @@
RewriteEngine On
# Route all requests (except existing files/dirs) to the API front controller
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [L]