moodle subdomain for the same database

Re: Ang: moodle subdomain for the same database

von David Mudrák -
Anzahl Antworten: 0
Nutzerbild von Core developers Nutzerbild von Documentation writers Nutzerbild von Moodle HQ Nutzerbild von Particularly helpful Moodlers Nutzerbild von Peer reviewers Nutzerbild von Plugin developers Nutzerbild von Plugins guardians Nutzerbild von Testers Nutzerbild von Translators

If I understand your request correctly then the answer is probably "no". One Moodle site is supposed to be accessed via one and only one URL. The site URL defined in config.php as $CFG->wwwroot use to be hardcoded in the database (not as much as in Moodle 1.x thanks to the new File API but still).

Some folks try to mimic this behaviour via some hacks in config.php that set wwwroot according the referrer. But I guess more work has to be done in cron and other parts of Moodle that deal with URL in the background.