From 07b8dc7830fb845c3bd29d76a0c2bca8eff939b6 Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 28 Apr 2010 10:23:14 +0100 Subject: Set quality levels for content served appropriately --- .htaccess | 4 +++- .htstatic | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 53b3bff..4e1755e 100755 --- a/.htaccess +++ b/.htaccess @@ -3,4 +3,6 @@ AddDefaultCharset utf-8 Options +Multiviews DirectoryIndex index AddEncoding x-gzip .gz -AddType "text/turtle" .ttl +AddType application/xml;qs=0.6 .xml +AddType text/plain;qs=0.5 .txt +AddType text/turtle;qs=0.1 .ttl diff --git a/.htstatic b/.htstatic index 53b3bff..4e1755e 100755 --- a/.htstatic +++ b/.htstatic @@ -3,4 +3,6 @@ AddDefaultCharset utf-8 Options +Multiviews DirectoryIndex index AddEncoding x-gzip .gz -AddType "text/turtle" .ttl +AddType application/xml;qs=0.6 .xml +AddType text/plain;qs=0.5 .txt +AddType text/turtle;qs=0.1 .ttl -- cgit v1.2.3