summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-04-11 00:53:51 +0100
committerNick White <git@njw.me.uk>2010-04-11 00:53:51 +0100
commite3d41fb34136195c15c4b89a0830e6079ad136b4 (patch)
tree071ad31a736b3680b97ee4d3e1c18940e72b90be /.htaccess
parent3435faa2756cd10697ddc69fcda84a0343093d2d (diff)
downloadnjw-website-e3d41fb34136195c15c4b89a0830e6079ad136b4.tar.bz2
njw-website-e3d41fb34136195c15c4b89a0830e6079ad136b4.zip
Another day, another serialisation: Turtle
Switch to turtle for rdf serialisation, fix rss output
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess2
1 files changed, 1 insertions, 1 deletions
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