How to configure Moodle to work with a new domain?

How to configure Moodle to work with a new domain?

In order to configure Moodle to work properly with another domain, you should modify the config.php file located Moodle’s main folder. You should change this line: $CFG->wwwroot = ‘http://olddomain.com‘ ; to $CFG->wwwroot = ‘http://newdomain.com‘ ;
How to upload/restore larger courses in Moodle?

How to upload/restore larger courses in Moodle?

Sometimes it may not be possible to upload/restore a larger course in your Moodle directly through the admin area. To avoid this issue, you should try uploading your course using your favorite FTP client. Basically, the steps you should follow are: … Continued
How can I see the exact version of my Moodle?

How can I see the exact version of my Moodle?

The version of your Moodle can be seen from the Moodle admin area > Server > Environment. The other way to check your Moodle version is to look it up in the version.php file located in your Moodle installation folder.
How to get my Moodle public key?

How to get my Moodle public key?

To get your Moodle public key you must first enable Networking from your Moodle admin panel -> Site Administration tab -> Advanced Features -> Networking. Change the value to On and save the changes. A new tab will appear in the admin panel named Networking. Click on it and choose Settings. … Continued
Additional Moodle resources – modules, themes, etc.

Additional Moodle resources – modules, themes, etc.

The official Moodle website. The official Moodle documentation. The official support forum of Moodle. The official Moodle extensions. XonHost Moodle tutorials.