@brownmattb @drwho 127.0.0.1 is known as the loopback address, its your pc/laptop local default address. Everyone else in world sees thier own local pc....
When you need people elsewhere to see your website you need a non-local address, and this is either 4 or 6-digit set of numbers, or is associated with domain name.
SO you probably will need domain name, which points at hosted server - your pc could get different address each time u join network. #awooga any questions?
@brownmattb @drwho To help think about why you should not give a name to 127.0.0.1, it already has a name your computer will respond to: "localhost". Only your own computer can see this address.
Beware of addresses beginning with 10.0 and 192.168 (e.g. 10.0.0.1 and 192.168.0.1) because these are reserved for local networks. Computers can communicate over these addresses, but they are local to your own home/office. You can't use these over the internet.
Are you trying to access your server from the internet or just from another computer at home?