Still no luck, try to fix link to contexts without extension by some regex magic
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 15 Jun 2012 16:44:52 +0200
changeset 720 0e4d6ce364f7
parent 719 b93ffcf440cb
child 721 6f3b3deb9e88
Still no luck, try to fix link to contexts without extension by some regex magic
contexts/.htaccess
--- a/contexts/.htaccess	Fri Jun 15 16:36:41 2012 +0200
+++ b/contexts/.htaccess	Fri Jun 15 16:44:52 2012 +0200
@@ -1,6 +1,5 @@
 RewriteEngine On
-RewriteBase /json-ld.org/contexts
-RewriteRule   ^(event|person|place|recipe)$ $1.jsonld
+RewriteRule ^(.*)(event|person|place|recipe)$ $1$2.jsonld
 
 <FilesMatch "\.jsonld$">
    ForceType application/ld+json