diff --git a/did/.htaccess b/did/.htaccess index 74d503977..273832d44 100644 --- a/did/.htaccess +++ b/did/.htaccess @@ -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]