Usually if one domain expired, the registry will change the name servers. In that case after renewalval also it may take some time to affect in all name servers and dns cache.
But as a server administrator I have to tell you some suggestion to over come this situation. Kindly use the following steps
1).Kindly open your windows os folder in your local system, Usually that will be c:\windows
2).Open \system32\drivers\etc
There you can see one file name hosts
3).Right click on that and open in notepad, you can see the following details
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
4. Kindly add the following lines to the ends of that file. Please put your website ip instead of your_web_ip and yourdomain has to be replaced by your real domain name. If you are using mail servicelike mail.yourdomainname , kindly add that to the next line.
your_web_ip www.yourdomainname
your_web_ip yourdomainname
5. Save this file and try to open your website. You can open your website and other services.
By
Lijo Peter
Adsin Technologies


