From fe6a9a8c978d82e7eb86667e7786bc4242a753c1 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 23 Jul 2013 16:01:37 -0500 Subject: [PATCH] Added comment about root_url to enable multiple urls --- config/configuration.dist.php | 1 + config/configuration.dist.yml.php | 1 + 2 files changed, 2 insertions(+) diff --git a/config/configuration.dist.php b/config/configuration.dist.php index 612b1c80a1..a4577c5931 100644 --- a/config/configuration.dist.php +++ b/config/configuration.dist.php @@ -38,6 +38,7 @@ $_configuration['main_database'] = '{DATABASE_MAIN}'; /** Directory settings */ // URL to the root of your Chamilo installation, e.g.: http://www.mychamilo.com/ +// Comment this line if you want to enable multiple URLs $_configuration['root_web'] = '{ROOT_WEB}'; /** Chamilo will automatically manage the following paths */ diff --git a/config/configuration.dist.yml.php b/config/configuration.dist.yml.php index 85d36db4d7..9d406b6eba 100644 --- a/config/configuration.dist.yml.php +++ b/config/configuration.dist.yml.php @@ -21,6 +21,7 @@ $_configuration['main_database'] = 'chamilo'; * Directory settings */ // URL to the root of your Chamilo installation, e.g.: http://www.mychamilo.com/ +// Comment this line if you want to enable multiple URLs $_configuration['root_web'] = 'http://localhost/chamilo'; $_configuration['root_sys'] = '/var/www/chamilo';