diff options
author | Nick White <git@njw.me.uk> | 2010-05-07 00:59:32 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-05-07 00:59:32 +0100 |
commit | 83db2289a41249050ebded9a62c18a40117e62b4 (patch) | |
tree | 53c6e668b7239a35638268ef0f2f701ff3301881 | |
parent | c595e90e25ebc758b21b82ee45e8ca1e8dba6e7e (diff) | |
download | njw-website-83db2289a41249050ebded9a62c18a40117e62b4.tar.bz2 njw-website-83db2289a41249050ebded9a62c18a40117e62b4.zip |
Correctly rank alternatives in htaccess
-rwxr-xr-x | .htaccess | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |