I am installng ELGG which is a social networking framework on top of xampp. Everything works ok when it is run on the server e.g.
http://127.0.0.1/.....
When I try to view the page from another computer on the network by entering
http://(the servers ip address)....
The first page loads but all the links try to goto
http://127.0.0.1/....
and it appears that it's trying to grab the assets from 127.0.0.1.
I looked alot online about this but I can't narrow it down to what is actually causing the problem.