View Single Post
  #5 (permalink)  
Old 18-01-2008, 17:19
jc8654's Avatar
jc8654 jc8654 is offline
Moderator
 
Join Date: May 2007
Location: Santa Barbara, CA, USA
Posts: 1,438
Send a message via MSN to jc8654
Default

I can get on the web site hosting so it does seem to be a DNS propogation issue. If you still can't get onto it after restarting, go to start, run and type 'cmd' (without the quotes) and press enter. You will get the command prompt up. Then type 'ipconfig/flushdns' (without the quotes again) press enter and that should flush your DNS. You can then try accessing the web site hosting again.

Quote:
Originally Posted by paulmann View Post
Out of interest can anyone explain why the 1st address works but the 2nd doesn't? What difference does omitting the www make?
When you access http://domain.com you are usually accessing the IP address of the server assigned in the DNS. So in this case, the A record for domain.com would be IP address of the server. Now, for www.domain.com you create an additional DNS entry which is CNAME. For www the CNAME would be domain.com which basically tells your computer if it accesses the www.domain.com to read the domain.com entry. If you don't have the up to date version of the DNS, your computer doesn't know to do that, hence the problems you're having.
__________________
Jonathan Crass
Joint Partner in Checker Design

North East Website design
UK based monitoring
Cheap UK Web Hosting

Save Jodrell Bank: www.savejodrellbank.org.uk

eUKhost Forum Moderator
Reply With Quote