Changed templates MIME to text/plain
Makes more sense: try accessing some of the templates in the browser directly.
This commit is contained in:
parent
91876bb66f
commit
a1dfebea3b
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ RewriteRule ^/?data/thumbnails/(\d+)x(\d+)/avatars/([^/]+)/? /api/users/$3/avata
|
|||
RewriteRule ^/?api/(.*) api-dispatch.php?q=$0 [QSA,L]
|
||||
|
||||
<IfModule mod_mime.c>
|
||||
AddType text/html .tpl
|
||||
AddType text/plain .tpl
|
||||
</IfModule>
|
||||
|
|
Loading…
Reference in a new issue