aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 611f7cc..bf7ece5 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1,3 @@
RewriteEngine On
-RewriteRule ^/api/ index.php
+RewriteRule ^api/(.*)$ index.php/api/$1
RedirectMatch 403 ^/private/.*$