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