2014-09-02 19:46:53 +02:00
|
|
|
DirectoryIndex index-compiled.html
|
|
|
|
DirectoryIndex index.html
|
|
|
|
|
2014-08-30 13:04:52 +02:00
|
|
|
RewriteEngine On
|
|
|
|
RewriteRule ^/?api/(.*) api-dispatch.php?q=$1 [L]
|
2014-09-02 09:36:42 +02:00
|
|
|
|
|
|
|
<IfModule mod_mime.c>
|
|
|
|
AddType text/html .tpl
|
|
|
|
</IfModule>
|