Fix rewrite rule for old contexts
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 15 Jun 2012 16:36:41 +0200
changeset 719 b93ffcf440cb
parent 718 987d562158ad
child 720 0e4d6ce364f7
Fix rewrite rule for old contexts

Apparently the rewrite base has to be defined
contexts/.htaccess
--- a/contexts/.htaccess	Fri Jun 15 16:30:08 2012 +0200
+++ b/contexts/.htaccess	Fri Jun 15 16:36:41 2012 +0200
@@ -1,4 +1,5 @@
 RewriteEngine On
+RewriteBase /json-ld.org/contexts
 RewriteRule   ^(event|person|place|recipe)$ $1.jsonld
 
 <FilesMatch "\.jsonld$">