diff options
-rwxr-xr-x | .htaccess | 4 | ||||
-rwxr-xr-x | .htstatic | 4 |
2 files changed, 6 insertions, 2 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 @@ -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 |