Fixed GET requests to API
This commit is contained in:
parent
731b98219d
commit
403cc735b8
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
||||
<IfModule mod_mime.c>
|
||||
AddType text/html .tpl
|
||||
|
|
Loading…
Reference in a new issue