From 4a785ffec294cbdad6e5f472a3184fd219fa5e60 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Mon, 25 Mar 2019 14:31:48 +0100 Subject: [PATCH] Fix /BlueCubes/ redirect The readme.txt had that capitalization. --- pub/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub/.htaccess b/pub/.htaccess index 81b263f..b4c0615 100644 --- a/pub/.htaccess +++ b/pub/.htaccess @@ -8,7 +8,7 @@ RewriteBase / # Old URLs RewriteRule ^demo/*$ /dump/demo [L,R=permanent] -RewriteRule ^bluecubes/*$ /dump/demo [L,R=permanent] +RewriteRule ^BlueCubes/*$ /dump/demo [L,R=permanent] RewriteRule ^ncdc/guide/*$ /ncdc/man [L,R=permanent] RewriteRule ^dump/index2/*$ /dump [L,R=permanent] RewriteRule ^dump/pmdc2-parse/*$ /dump [L,R=permanent]