From 4a1d02bfe8f9c4dad791ea43585cbdf2a70079cb Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Mon, 25 Feb 2008 05:12:43 +0100 Subject: [PATCH] [svn r14353] Fixed one URL replacement string --- main/install/htaccess.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/install/htaccess.dist b/main/install/htaccess.dist index f3faef20f9..51be51d3da 100644 --- a/main/install/htaccess.dist +++ b/main/install/htaccess.dist @@ -13,7 +13,7 @@ RewriteBase {DOKEOS_URL_APPEND_PATH}/courses/ #do not rewrite on the main dir #change this path to the path of your main folder -RewriteCond %{REQUEST_URI} !^'.$urlAppendPath.'/main/ +RewriteCond %{REQUEST_URI} !^'.{DOKEOS_URL_APPEND_PATH}.'/main/ #replace nasty ampersands by 3 slashes, we change these back in download.php RewriteRule ([^/]+)/document/(.*)&(.*)$ $1/document/$2///$3 [N]