laceyjo said:
Yes, this Sky site is one of a few we regularly use and it is no longer
visible:
http://www.sky.com/skynews/home and
That one is huge--88 Kb. Does View Source show you anything?
You didn't clarify but implied it is more than blank.
Perhaps it is just being truncated?
FWIW I see 1695 lines in there with Notepad
(Word Wrap off; Status Bar on)
50 KB plus lots of other bits to make it work. The page we see with
View Source is just a skeleton.
BTW if you are trying to block ads e.g. via the HOSTS file then I can
imagine that that might account for you symptom as well.
For some reason, sky.com loads up fine.
Certainly didn't for me. What is your nslookup giving you for that site?
Does ping -n 1 show a different lookup for it? Then you must have
an entry for it in your HOSTS file; so perhaps you have now invalid entries
for the others in there as well.
<examples>
Non-authoritative answer:
Name: sky.com
Address: 193.117.250.165
Non-authoritative answer:
Name:
www.sky.com
Address: 195.173.72.67
Non-authoritative answer:
Name:
www.skysports.com
Address: 195.173.72.67
</examples>
Now several hours later sky.com is apparently being redirected to
www.sky.com.
If that works it may mean that the dnscache is getting loaded with
sufficient information to enable a better lookup.
Compare the dnscache for the various cases for clues about this.
E.g. in a cmd window enter:
ipconfig /displaydns >displaydns.txt
notepad displaydns.txt
If there is too much extraneous stuff in there to prevent a useful comparison
you could try clearing the cache *before* making a connection attempt.
ipconfig /flushdns
HTH
Robert
---