aboutsummaryrefslogtreecommitdiffstats
path: root/doc/htaccess.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/htaccess.in')
-rw-r--r--doc/htaccess.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/htaccess.in b/doc/htaccess.in
index 43c3002..7a21951 100644
--- a/doc/htaccess.in
+++ b/doc/htaccess.in
@@ -1,8 +1,8 @@
# Turn off MultiViews
Options -MultiViews
-# Ensure *.ttl files are served as appropriate content type
-AddType text/turtle .ttl
+# Ensure *.ttl files are served as appropriate content type and encoding
+AddType 'text/turtle; charset=UTF-8' .ttl
# Rewrite engine setup
RewriteEngine On