From e3d41fb34136195c15c4b89a0830e6079ad136b4 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 11 Apr 2010 00:53:51 +0100 Subject: Another day, another serialisation: Turtle Switch to turtle for rdf serialisation, fix rss output --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index fba45da..53b3bff 100755 --- a/.htaccess +++ b/.htaccess @@ -3,4 +3,4 @@ AddDefaultCharset utf-8 Options +Multiviews DirectoryIndex index AddEncoding x-gzip .gz -AddType "text/rdf+n3; charset=utf-8" .n3 +AddType "text/turtle" .ttl -- cgit v1.2.3