diff options
author | Nick White <git@njw.me.uk> | 2010-04-28 10:23:14 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-04-28 10:23:14 +0100 |
commit | 07b8dc7830fb845c3bd29d76a0c2bca8eff939b6 (patch) | |
tree | 97d5907039856be58c5211d0858eddc7730e2afc /.htaccess | |
parent | 476f6acfdec467986179aadd9f4f659d628dcb21 (diff) | |
download | njw-website-07b8dc7830fb845c3bd29d76a0c2bca8eff939b6.tar.bz2 njw-website-07b8dc7830fb845c3bd29d76a0c2bca8eff939b6.zip |
Set quality levels for content served appropriately
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |