Skip to content

Commit

Permalink
Add a http-only context
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed Nov 6, 2014
1 parent c6faa80 commit 0be5dfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundle/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 0be5dfa

Please sign in to comment.