How to change domain?

How to change domain?

by Solution Demand -
Number of replies: 3

I know it that have to changed with Config.php, but I have a problem with network connection.

I have to 2 connection 1st is internet domain, 2nd is LAN.

I changed  "$CFG->wwwroot   = 'http://mydomain/moodle';" it is working ok but LAN connection is not working because of no internet access. When I change $CFG->wwwroot   = 'http://mycomputername/moodle';"  it is working on lan but it's not working on internet

How can I solve the problem?


Average of ratings: -
In reply to Solution Demand

Re: How to change domain?

by Solution Demand -
Thanks for your suggestion..
I solved my problemd.

1. Editing the host files for each computers. Add line to them : "192.168.1.5 yourdomain.net" (192.168.1.5 is your pc ip) 
Average of ratings: Useful (1)