If you have multiple NIC to be used for local and public access. Sometimes you are facing this kind of problem in Moodle. All you have to do is change a PHP variable in config.php inside moodle web directory.
$CFG->wwwroot
value with :
value with :
$CFG->wwwroot = 'http://'.$_SERVER["HTTP_HOST"];
No comments:
Post a Comment