Hi all, Just now I was having another problem related to this long-term structural mistake somebody did at the beginning of Claroline (probably because he was too lazy to do it correctly).
Anyway, in Chamilo 1.*, we have a root_url parameter set in the configuration file, that basically forces the portal to answer on one specific URL only. This was probably added as a way to avoid the necessary work of making all URLs in the application relative to the root directory. However, this has a series of bad consequences (most of which we have fought to fix over time). The most important and negative consequence is that you can't use it with http://192.168.1.45 *and* http://my.chamilo.net at the same time, although these two names go to the same computer. This prevents the possibility to quickly deploy an existing demo portal in a classroom, for example, because you would have to have the same IP or you would have to define the name on each computer of the classroom. So this note is just to say: please avoid it in 2.0! (make it the drupal way). Rgds, Yannick _______________________________________________ Dev mailing list Dev@lists.chamilo.org http://lists.chamilo.org/listinfo/dev