by Muhd Eizan Shafiq Abd Aziz.
It cannot be accessed locally (on server itself), intranet and Internet. This is the error message that I got on web browser:
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept cookies.
I pasted these lines of codes right below php opening tag but nothing is displayed about moodle on web browser.
@ini_set('display_errors', '1');
$CFG->debug = 6143;
$CFG->debugdisplay = 1;
Am I doing the right thing here?