Add .htaccess to redirect to json-ld
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 28 Mar 2013 15:20:31 +0100
changeset 1502 d67e30da4118
parent 1501 6dd959837c6e
child 1503 44f5b7532fc9
Add .htaccess to redirect to json-ld

Forgot it in dbf87d78b7.
spec/latest/.htaccess
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/spec/latest/.htaccess	Thu Mar 28 15:20:31 2013 +0100
@@ -0,0 +1,5 @@
+RewriteEngine On
+
+RewriteBase /spec/latest/
+RewriteRule ^json-ld-syntax(.*) json-ld$1 [R=301,NC,L]
+