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 706ebdc + d843231 commit e8dc316Copy full SHA for e8dc316
apache/.htaccess
@@ -35,3 +35,9 @@ RewriteCond %{HTTP:Accept} text/html
35
RewriteRule ^vocabulary/licenses/(.*) /vocabulary/licenses/20240716.html#$1 [L,NE,R=303]
36
RewriteCond %{HTTP:Accept} text/html
37
RewriteRule ^vocabulary/publishers/(.*) /vocabulary/publishers/20210623.html#$1 [L,NE,R=303]
38
+
39
+# Serve Turtle files with correct MIME type and UTF-8 encoding
40
+AddType text/turtle .ttl
41
+AddType application/rdf+xml .rdf
42
+AddType text/html .html
43
+AddDefaultCharset UTF-8
0 commit comments