We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8dc316 + e276474 commit ae8abc1Copy full SHA for ae8abc1
apache/.htaccess
@@ -38,6 +38,11 @@ RewriteRule ^vocabulary/publishers/(.*) /vocabulary/publishers/20210623.html#$1
38
39
# Serve Turtle files with correct MIME type and UTF-8 encoding
40
AddType text/turtle .ttl
41
+AddCharset UTF-8 .ttl
42
+
43
+# RDF/XML and HTML
44
AddType application/rdf+xml .rdf
45
AddType text/html .html
46
47
+# Default fallback
48
AddDefaultCharset UTF-8
0 commit comments