Forum Moderators: phranque
Is there any way for me to configure this setting?
1) When i type 12345abc.com it should open the contents of [localhost...]
2) When someone on my network (designer) types 12345abc.com it should open the contents of [MY-PC-NAME...]
Is it doable by somehow configuring apache? Or should i use another technique?
On your own machine, point the domain name to 127.0.0.1 (localhost).
On the other team member's PCs, point the domain name to the LAN IP address of your PC.
There are usually examples in the files itself.
You will have to remove those hosts file entries if you later want the domain name to resolve to an external server.
Jim