We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83127b2 commit 5b805fdCopy full SHA for 5b805fd
1 file changed
mwo/.htaccess
@@ -29,7 +29,8 @@ RewriteRule ^1.0.1$ https://git.rwth-aachen.de/nfdi-matwerk/ta-oms/mwo/-/raw/mai
29
# mwo v2.0.0
30
# Rewrite rule to serve RDF/XML content from the vocabulary URI if requested
31
RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
32
-RewriteCond %{HTTP_ACCEPT} application/rdf\+xmlRewriteRule ^$ https://git.rwth-aachen.de/nfdi-matwerk/ta-oms/mwo/-/raw/main/mwo.owl [R=303,L]
+RewriteCond %{HTTP_ACCEPT} application/rdf\+xml
33
+RewriteRule ^$ https://git.rwth-aachen.de/nfdi-matwerk/ta-oms/mwo/-/raw/main/mwo.owl [R=303,L]
34
35
# Rewrite rule for latest version.
36
RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml)
0 commit comments