9 lines
184 B
ApacheConf
9 lines
184 B
ApacheConf
DirectoryIndex app.min.html
|
|
DirectoryIndex index.html
|
|
|
|
RewriteEngine On
|
|
RewriteRule ^/?api/(.*) api-dispatch.php?q=$1 [QSA,L]
|
|
|
|
<IfModule mod_mime.c>
|
|
AddType text/html .tpl
|
|
</IfModule>
|