I actually don't know many things about server-side things (other than some PHP), but I'm trying to get familiar with it, so here's the problem:
I just downloaded Apache HTTP Server and it works like a charm. I even tried it on local network and it still does work, but when I need to access files, I need to type local ip address like "192.168.1.33", but I need to access it by domain name that doesn't exist on web. The whole network is isolated and it is not connected to internet. Is there any way to do so?
For example, would it be possible to access my server with domain like "myname.com" or "myname.local"';
I tried to find solution to this problem both on google and here too, but without luck, but maybe that is due to my lack of knowledge, so I will apologise in advance if I'm asking something really easy or silly and if there is a resource that could help me, I would really appreciate giving me directions ;)