diff --git a/bundle/.htaccess b/bundle/.htaccess index 9f1bbca4b..463c54a1e 100644 --- a/bundle/.htaccess +++ b/bundle/.htaccess @@ -4,4 +4,6 @@ RewriteRule ^draft(.*) https://researchobject.github.io/specifications/bundle/dr RewriteRule ^(20\d\d)(.*) https://researchobject.github.io/specifications/bundle/$1$2 [R=302,L] RewriteRule ^context$ https://researchobject.github.io/specifications/bundle/context.json [R=302,L] RewriteRule ^context.json$ https://researchobject.github.io/specifications/bundle/context.json [R=302,L] +# Mainly for testing purposes +RewriteRule ^context-http$ http://researchobject.github.io/specifications/bundle/context.json [R=302,L] RewriteRule ^owl$ https://researchobject.github.io/specifications/bundle/bundle.owl [R=302,L]