From 83db2289a41249050ebded9a62c18a40117e62b4 Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 7 May 2010 00:59:32 +0100 Subject: Correctly rank alternatives in htaccess --- .htaccess | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index a41bec3..ab88efb 100755 --- a/.htaccess +++ b/.htaccess @@ -3,6 +3,8 @@ AddDefaultCharset utf-8 Options +Multiviews DirectoryIndex index AddEncoding x-gzip .gz -AddType application/xhtml+xml;qs=0.6 .xml +AddType application/xhtml+xml;qs=0.9 .xml AddType text/plain;qs=0.5 .txt -AddType text/turtle;qs=0.1 .ttl +AddType application/pdf;qs=0.4 .pdf +AddType text/turtle;qs=0.3 .ttl +AddType application/x-tex;qs=0.2 .tex -- cgit v1.2.3