URL Change

URL Change

by Matt Toska -
Number of replies: 3

My school is making a moodle site. We would like to change the URL from our IP to garlandcountyeast.com/moodle

That ^ address when tped takes us to our homepage of moodel. But after ANY navigation the URL reverts to our local IP address.

We own this address. How do we redirect the URL of our site?

Average of ratings: -
In reply to Matt Toska

Re: URL Change

by Alex Little -

Have al look at yourconfig.php file - it's likely that $CFG->wwwroot is set to being http://127.0.0.1 or similar.

so you shoud change this url to be the root of your moodle installation (http://garlandcountyeast.com/moodle)

Hope that helps,

A