How to reach subdomain with IP
- by metdos
Here website which I want to access
http://elele.cmpe.boun.edu.tr/
I guess there is a problem with DNS, so I can reach it via Ip adress :
http://79.123.177.252/
but how I gonna reach subdomain:
http://projects.elele.cmpe.boun.edu.tr
Edit:
I added
79.123.177.252 elele.cmpe.boun.edu.tr
to host.txt under %windir%\system32\drivers\etc\hosts
…