diff options
-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 |