NCEAS / oboe

OBOE: Extensible Observation Ontology
30 stars 5 forks source link

set up OBOE namespace redirects #6

Closed mbjones closed 4 years ago

mbjones commented 8 years ago

The current OBOE namespaces redirect to their corresponding OWL files that are stored on SVN. Now that we've moved to git, we need to:

amoeba commented 4 years ago

We've got a rewrite rule that handles this, if I understand your goal correctly.

RewriteRule /oboe/oboe.1.1/(.*) https://raw.githubusercontent.com/NCEAS/oboe/OBOE_1_1_BRANCH/$1 [P,L]

And I've tested it works nicely.

amoeba commented 4 years ago

PS, I updated the redirect to redirect to the 1.1 release as tagged here on GitHub.