Fixed GET requests to API

This commit is contained in:
Marcin Kurczewski 2014-09-03 19:07:10 +02:00
parent 731b98219d
commit 403cc735b8

View file

@ -2,7 +2,7 @@ DirectoryIndex index-compiled.html
DirectoryIndex index.html DirectoryIndex index.html
RewriteEngine On RewriteEngine On
RewriteRule ^/?api/(.*) api-dispatch.php?q=$1 [L] RewriteRule ^/?api/(.*) api-dispatch.php?q=$1 [QSA,L]
<IfModule mod_mime.c> <IfModule mod_mime.c>
AddType text/html .tpl AddType text/html .tpl