From f200158d16fd891436b560e82cac86f4d434e79a Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 3 May 2015 15:57:15 -0700 Subject: [PATCH] fix content type of /projects/samhuri.net --- public/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/.htaccess b/public/.htaccess index 20b0841..67f69bf 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,6 +1,8 @@ DefaultType text/plain AddType audio/mp4 m4r AddType application/rss+xml rss +# for /projects/samhuri.net ... sigh +AddType text/html net SetOutputFilter DEFLATE AddDefaultCharset utf-8