Skip to content

Commit 5b805fd

Browse files
authored
Fix RDF/XML rewrite condition typo in .htaccess
1 parent 83127b2 commit 5b805fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mwo/.htaccess

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ RewriteRule ^1.0.1$ https://git.rwth-aachen.de/nfdi-matwerk/ta-oms/mwo/-/raw/mai
2929
# mwo v2.0.0
3030
# Rewrite rule to serve RDF/XML content from the vocabulary URI if requested
3131
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]
32+
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]
3334

3435
# Rewrite rule for latest version.
3536
RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml)

0 commit comments

Comments
 (0)