szurubooru/public_html/.htaccess

10 lines
187 B
ApacheConf
Raw Normal View History

2014-09-02 19:46:53 +02:00
DirectoryIndex index-compiled.html
DirectoryIndex index.html
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>