Hello,
I am a newbie. We are planning to upgrade our moodle from 2.9+ to 3.2.
So I am trying to prepare a test environment for our moodle. I have copied moodledata,/var/www folder and moodle database to my new machine successfully. However, when I am trying to access that page using ipaddress/moodle. I am getting a message that unable to connect.
Would you please help me out to solve this issue.
$CFG->wwwroot='http://xxx.xx.x.x/moodle';
$CFG->dirroot='/var/www';
$CFG->dataroot='/var/moodledata';
$CFG->admin='admin';