From 403cc735b8df6fd35f9122eeff4f7ee262ecde54 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Wed, 3 Sep 2014 19:07:10 +0200 Subject: [PATCH] Fixed GET requests to API --- public_html/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/.htaccess b/public_html/.htaccess index 550b38ba..b69f8bae 100644 --- a/public_html/.htaccess +++ b/public_html/.htaccess @@ -2,7 +2,7 @@ DirectoryIndex index-compiled.html DirectoryIndex index.html RewriteEngine On -RewriteRule ^/?api/(.*) api-dispatch.php?q=$1 [L] +RewriteRule ^/?api/(.*) api-dispatch.php?q=$1 [QSA,L] AddType text/html .tpl