In other words, this will manipulate the domain name of your local PC before the computer requests to DNS Server.
Windows:
- goto c:\windows\system32\etc\drivers\
- edit a file named "hosts"
- add the point to your IP address with your preferred name
- goto /etc
- edit a file named "hosts" (use sudo gedit hosts)
- add the point to your IP address with your preferred name
for example if you add 192.168.0.123 with name yourdomain.com, then you open the internet browser and browse to http://yourdomain.com, you'll get the website of 192.168.0.123
-ok-