Skip to content

Commit

Permalink
Redir DID contexts to /contexts.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Jan 3, 2019
1 parent e213a93 commit 41a9bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion did/.htaccess
Expand Up @@ -3,4 +3,4 @@ Header set Access-Control-Allow-Headers DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^$ https://w3c-ccg.github.io/did-spec/ [R=302,L]
RewriteRule ^v(.+)$ https://w3c-ccg.github.io/did-spec/did-v$1.jsonld [R=302,L]
RewriteRule ^v(.+)$ https://w3c-ccg.github.io/did-spec/contexts/did-v$1.jsonld [R=302,L]

0 comments on commit 41a9bf2

Please sign in to comment.