From 95897ac7d4b2c232fa5fa9483f6339eca3db9aaf Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 14 Jan 2011 01:10:30 +0000 Subject: [PATCH] MINOR Adapted root URL rewrite to changed URL segment structure, sapphire/en insetad of current/en/sapphire git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@115548 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- mysite/_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysite/_config.php b/mysite/_config.php index 71b2f11..4b0a3aa 100644 --- a/mysite/_config.php +++ b/mysite/_config.php @@ -33,7 +33,7 @@ $isRunningTest = ( if(!$isRunningTest) { Director::addRules(10, array( '$Action' => 'DocumentationViewer', - '' => '->current/en/sapphire' + '' => '->sapphire/en/' )); }