szurubooru/public_html/.htaccess

10 lines
191 B
ApacheConf
Raw Normal View History

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