szurubooru/public_html/.htaccess

7 lines
125 B
ApacheConf
Raw Normal View History

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>