From: vincent@cubedesigners.com Date: Tue, 22 Feb 2011 10:00:55 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=915897f5c10866f85f4a59276c9f6264547f0d56;p=cubeextranet.git --- diff --git a/.htaccess b/.htaccess index 608ec71a7..d861e72a2 100644 --- a/.htaccess +++ b/.htaccess @@ -21,7 +21,6 @@ RewriteRule ^phpMyAdmin - [L] #RewriteRule ^books - [L] #RewriteRule ^docs - [L] - RewriteRule ^ajax/supprimeFichier/([0-9]+)/(.*)$ index.php/ajax/supprimeFichier/$1/$2 [L] RewriteRule ^telecharger/([0-9]+)/(.*)$ index.php/telecharger/$1/$2 [L] RewriteRule ^([-_a-zA-Z0-9/]+)$ index.php/$1 [L] diff --git a/inc/config.inc.php b/inc/config.inc.php index 11f8c0939..99ca60267 100644 --- a/inc/config.inc.php +++ b/inc/config.inc.php @@ -4,8 +4,8 @@ define('DB_DRIVER', 'mysql'); define('ROOT', dirname(__FILE__) . '/..'); $dev = stristr($_SERVER['HTTP_HOST'], 'dev.'); -$extranet = stristr($_SERVER['HTTP_HOST'], 'extranet.cubedesigners.com'); -$ws = stristr($_SERVER['HTTP_HOST'], 'ws.fluidbook.com'); +$extranet = stristr($_SERVER['HTTP_HOST'], 'cubedesigners.com'); +$ws = stristr($_SERVER['HTTP_HOST'], 'fluidbook.com'); define('WEBROOT', ''); define('SITE_PATH', WEBROOT . '/'); @@ -36,7 +36,7 @@ if ($dev) { define('DB_PASSWORD', '*arica*2'); define('EXTRANET_URL', 'http://extranet.cubedesigners.com'); - define('WS_URL', 'http://ws.fluidbook.com'); + define('WS_URL', 'http://workshop.fluidbook.com'); } if ($ws) {