From f898db8a422966d63785594c4bd0767d67167114 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sun, 9 Jul 2017 01:24:53 -0400 Subject: Fix compat issues with Apache and PHP7.0 --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.htaccess') 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/.*$ -- cgit