From 50d803dade6ae417049eeecb9e8be43ef0495385 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Sun, 28 Dec 2025 01:13:43 +0100 Subject: [PATCH] adasd --- api/.htaccess | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 api/.htaccess diff --git a/api/.htaccess b/api/.htaccess new file mode 100644 index 0000000..09f15d5 --- /dev/null +++ b/api/.htaccess @@ -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]