summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-05-07 00:59:32 +0100
committerNick White <git@njw.me.uk>2010-05-07 00:59:32 +0100
commit83db2289a41249050ebded9a62c18a40117e62b4 (patch)
tree53c6e668b7239a35638268ef0f2f701ff3301881 /.htaccess
parentc595e90e25ebc758b21b82ee45e8ca1e8dba6e7e (diff)
downloadnjw-website-83db2289a41249050ebded9a62c18a40117e62b4.tar.bz2
njw-website-83db2289a41249050ebded9a62c18a40117e62b4.zip
Correctly rank alternatives in htaccess
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess6
1 files changed, 4 insertions, 2 deletions
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