修改config.php:
if ($_SERVER['HTTP_HOST'] == 'class.hanyu123.com') $CFG->wwwroot = 'http://class.hanyu123.com'; else { if ($_SERVER['HTTP_HOST'] == 'class.hanyufeng.cn') $CFG->wwwroot = 'http://class.hanyufeng.cn'; else $CFG->wwwroot = 'http://class.hanyufeng.cn'; }
注意:['HTTP_HOST']可以是域名或IP地址,都不需要加“http://”。
参考资料:
http://blog.sunner.cn/moodle_multi_domain_names/