How to change the name of localhost to custom name which is available to other users in lan
As the extension of my previous question i want to know how to implement DNS Server and configure it.
In simple words :
All computers that are connected in LAN should be able to access in the below way
My Computer's ip is 192.168.1.6/myapp
It should be accessed from all computers by server/myapp
. How can i do this ?
Note :
I don't want to make change in the hosts file like in the above mentioned questin. I want to make it accessible from all computers.
How can i do this ?