diff options
Diffstat (limited to '.htaccess')
| -rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ RewriteEngine On -RewriteRule ^/api/ index.php +RewriteRule ^api/(.*)$ index.php/api/$1 RedirectMatch 403 ^/private/.*$ |
