szurubooru/public_html/.htaccess
2014-10-18 18:48:17 +02:00

6 lines
125 B
ApacheConf

RewriteEngine On
RewriteRule ^/?api/(.*) api-dispatch.php?q=$1 [L]
<IfModule mod_mime.c>
AddType text/html .tpl
</IfModule>