This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/public_html/.htaccess
2014-10-18 18:48:20 +02:00

9 lines
184 B
ApacheConf

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