From c50e0cd8a3bbaa0e9e4bcde9a8cde4753ceba150 Mon Sep 17 00:00:00 2001 From: Botanic Date: Sat, 26 Oct 2013 03:19:59 -0700 Subject: [PATCH] config.default.php --- code/ryzom/tools/server/ryzom_ams/www/config.default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ryzom/tools/server/ryzom_ams/www/config.default.php b/code/ryzom/tools/server/ryzom_ams/www/config.default.php index 222f0eba0..c20ad4cdc 100644 --- a/code/ryzom/tools/server/ryzom_ams/www/config.default.php +++ b/code/ryzom/tools/server/ryzom_ams/www/config.default.php @@ -95,8 +95,8 @@ $AMS_CACHEDIR = $AMS_LIB . '/cache'; $SITEBASE = dirname( __FILE__ ) . '/html/' ; //the paths to your website url -$BASE_WEBPATH = dirname($_SERVER['PHP_SELF']); -$IMAGELOC_WEBPATH = $_SERVER['REQUEST_URI'].'/img'; +$BASE_WEBPATH = ''; +$IMAGELOC_WEBPATH = $BASE_WEBPATH.'img'; $WEBPATH = $BASE_WEBPATH . '/index.php'; $INGAME_WEBPATH = $BASE_WEBPATH . '/index.php'; $CONFIG_PATH = dirname( __FILE__ );