Why does Moodle use full web addresses to get to each page?
For example, when you already on www.moodle.org, why do you not use relative urls for (say) images(look through webpage source)? I configured moodle on a linux test machine (with wwwroot as http://krati/moodle where krait is the machine name, not in local DNS), and remote machines cannot see the images. Changing wwwroot to the ip address solved the problem, but it seems to me you don't need the full url anyway, so my question is why is it done this way?
A