Skip to content

Commit 10ad2e6

Browse files
authored
fix rdf redirection link
1 parent 0fe4305 commit 10ad2e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rdo/.htaccess

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ RewriteEngine on
1818
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* [OR]
1919
RewriteCond %{HTTP_ACCEPT} ^.*application/xml.* [OR]
2020
RewriteCond %{HTTP_ACCEPT} ^.*text/xml.*
21-
RewriteRule ^$ https://git.rwth-aachen.de/nfdi-matwerk/iuc02/-/raw/main/Ontology%20Development/rdo_v1.rdf [R=303,L]
21+
RewriteRule ^$ https://git.rwth-aachen.de/nfdi-matwerk/iuc02/-/raw/main/Ontology\%20Development/rdo_v1.rdf [R=303,L,NE]
2222

2323
# Default response
2424
# Rewrite rule to serve the RDF/XML content from the diso IRI by default
25-
RewriteRule ^$ https://git.rwth-aachen.de/nfdi-matwerk/iuc02/-/raw/main/Ontology%20Development/rdo_v1.rdf [R=303,L]
25+
RewriteRule ^$ https://git.rwth-aachen.de/nfdi-matwerk/iuc02/-/raw/main/Ontology\%20Development/rdo_v1.rdf [R=303,L,NE]
2626

0 commit comments

Comments
 (0)