From a1dfebea3b8c978c56976138571f3ea5b685c401 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 5 Oct 2014 21:17:21 +0200 Subject: [PATCH] Changed templates MIME to text/plain Makes more sense: try accessing some of the templates in the browser directly. --- public_html/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/.htaccess b/public_html/.htaccess index 41abf123..83ae6f1a 100644 --- a/public_html/.htaccess +++ b/public_html/.htaccess @@ -15,5 +15,5 @@ RewriteRule ^/?data/thumbnails/(\d+)x(\d+)/avatars/([^/]+)/? /api/users/$3/avata RewriteRule ^/?api/(.*) api-dispatch.php?q=$0 [QSA,L] -AddType text/html .tpl +AddType text/plain .tpl