We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e347f44 + d89e2a6 commit 253c47dCopy full SHA for 253c47d
1 file changed
emg/.htaccess
@@ -28,6 +28,9 @@ RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
28
RewriteRule ^v2.0.0/$ https://codebase.helmholtz.cloud/em_glossary/em_glossary_owl/-/raw/main/emg.owl [R=303,L]
29
RewriteRule ^v2.0.0/(EMG_[0-9]+)$ https://codebase.helmholtz.cloud/em_glossary/em_glossary_owl/-/raw/main/emg.owl [R=303,NE,L]
30
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
+
34
# emg previous versions owl
35
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
36
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