# Apache 1.3 content negotiation magic AddHandler type-map .var # Make sure that .rdf, .ttl and .xhtml files are served with the # correct content type and encoding AddType application/xhtml+xml .xhtml AddCharset UTF-8 .xhtml AddType application/x-turtle .ttl AddCharset UTF-8 .ttl AddType application/rdf+xml .rdf AddCharset UTF-8 .rdf # ...and HTML AddCharset UTF-8 .html