Temporarily redirect latest spec to w3.org
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 28 Jan 2014 17:15:12 +0100
changeset 2097 c87291bbacec
parent 2096 139d95d09899
child 2098 25bf391cdecf
Temporarily redirect latest spec to w3.org
spec/latest/.htaccess
--- a/spec/latest/.htaccess	Tue Jan 28 16:59:29 2014 +0100
+++ b/spec/latest/.htaccess	Tue Jan 28 17:15:12 2014 +0100
@@ -3,3 +3,5 @@
 RewriteBase /spec/latest/
 RewriteRule ^json-ld-syntax(.*) json-ld$1 [R=301,NC,L]
 
+RewriteRule ^json-ld/(.*) http://www.w3.org/TR/json-ld/$1 [R=307,NC,L]
+RewriteRule ^json-ld-api/(.*) http://www.w3.org/TR/json-ld-api/$1 [R=307,NC,L]