Skip to content

Commit 253c47d

Browse files
authored
Merge pull request #68 from Materials-Data-Science-and-Informatics/saidfathalla-patch-3
fix emg redirection to v1.0.0 owl
2 parents e347f44 + d89e2a6 commit 253c47d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

emg/.htaccess

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
2828
RewriteRule ^v2.0.0/$ https://codebase.helmholtz.cloud/em_glossary/em_glossary_owl/-/raw/main/emg.owl [R=303,L]
2929
RewriteRule ^v2.0.0/(EMG_[0-9]+)$ https://codebase.helmholtz.cloud/em_glossary/em_glossary_owl/-/raw/main/emg.owl [R=303,NE,L]
3030

31+
# emg v1.0.0 docs
32+
RewriteRule ^v1.0.0$ https://codebase.helmholtz.cloud/em_glossary/em_glossary_owl/-/raw/main/previous-versions/v1.0.0/emg.owl [R=303,L]
33+
3134
# emg previous versions owl
3235
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
3336
RewriteRule ^v1.0.0$ https://codebase.helmholtz.cloud/em_glossary/em_glossary_owl/-/raw/main/previous-versions/v1.0.0/emg.owl [R=303,L]

0 commit comments

Comments
 (0)