Making moodle Public
Title
Question
Respected Sir/Madam,
As you have taught us to install moodle that is very clear but the thing is that moodle which we install is still on ourlocalhostand what and how can we make itpublic on a domain or ip address so it can be accessed from anywhere.
Moodle-Learning-Management-System Installing-Moodle-on-Local-Server 15-16 min 50-60 sec
Answers:
For a start, open up Moodle config file located at moodle/config.php.
Insert your domain name or IP address in place of 'localhost' here -
$CFG->wwwroot = 'http://localhost/moodle';
You must restart your webserver after modifying configuration file.
Some helpful posts -
- https://moodle.org/mod/forum/discuss.php?d=67792#p305292
- https://moodle.org/mod/forum/discuss.php?d=96886
- https://moodle.org/mod/forum/discuss.php?d=40672
- https://moodle.org/mod/forum/discuss.php?d=2389
Login to add comment