So this is something strange..
- As a test, I installed a webserver on my workstation (using easyengine).
- I installed 1 website on the webserver
- I removed the website again, and installed in on the server where it belongs
Now I can reach the website from everywhere in the world (www.virtuality.site), but NOT from my workstation..
How is this possible? Somehow the workstation only looks locally but can't find anything (there's no longer a webserver installed!
Any help is greatly appreciated! :)
edit: this is the output or traceroute, as suspected (but no clue what to do about it):
traceroute to virtuality.site (127.0.0.1), 30 hops max, 60 byte packets
1 localhost (127.0.0.1) 0.019 ms 0.003 ms 0.004 ms
etc/hostname
in the question. – user68186 Jul 25 '19 at 21:49etc/hosts
. – user68186 Jul 25 '19 at 21:55etc/hosts
was the cause of this. Thanks a lot! – Warner Jul 26 '19 at 06:41