Internet Explorer 6 Home Page

R

rlsmallster

Hey did you take a look at your hosts file to see if there have been
any changes made to it?

Typically this is located in the following directory "C:\WINDOWS
\system32\drivers\etc\hosts" The file should have localhost set to
127.0.0.1
and any line with a '#' in front of it is ignored as a comment line.
If you have other IP addresses or if you see the one you keep getting
sent to then you will have to manually change this. Oh and I almost
forgot to mention that you will need to view the file using Notepad.
I hope this helps.

Bob
 
K

karuna

Hey there - same thing has happened to me this week too! I am going crazy
trying to figure it out - I just need my fix of digiscrapdesigner forums and
tutorials! Please, please, if you managed to sort anything out - can you
help me?
Many thanks
Karuna
 
R

Robert Aldwinckle

karuna said:
Hey there - same thing has happened to me this week too!


That could be a symptom of DNS problem along with a good-intentioned
but non-standard service from your ISP when such a problem occurs.

E.g. check with nslookup if your DNS has a lookup for that sitename.
Note also that it may be an alias of its domain name which you would
also have to have a lookup for:

<nslookup>
Non-authoritative answer:
Name: digiscrapdesigner.com
Address: 70.86.28.230
Aliases: www.digiscrapdesigner.com
</nslookup>

In addition you could use nslookup in its interactive mode with debug set
to see how this lookup is actually done by your DNS.

I am going crazy
trying to figure it out - I just need my fix of digiscrapdesigner forums and
tutorials! Please, please, if you managed to sort anything out - can you
help me?


Can you ping -n 1 both the sitename and its domain name?
It's just the lookups that you are interested in. Though, as it happens
both names do respond to the pings:

<cmd_output>
F:\>ping -n 1 www.digiscrapdesigner.com

Pinging digiscrapdesigner.com [70.86.28.230] with 32 bytes of data:


F:\>ping -n 1 digiscrapdesigner.com

Pinging digiscrapdesigner.com [70.86.28.230] with 32 bytes of data:
</cmd_output>


Then check with ipconfig /displaydns that you have an A (Host) record
cached for the domain name for its IP address:

<displaydns>
digiscrapdesigner.com
----------------------------------------
Record Name . . . . . : digiscrapdesigner.com
Record Type . . . . . : 1
Time To Live . . . . : 14016
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : 70.86.28.230
</displaydns>

If none of these lookups are working for you, you should notify your ISP
about the problem with their DNS and add a record to your HOSTS file
as a temporary workaround:

<HOSTS>
70.86.28.230 www.digiscrapdesigner.com
</HOSTS>


Good luck

Robert Aldwinckle
---
 
K

karuna via WindowsKB.com

Nope its nothing so techy at all though thanks for your input!
It seems that I had a problem with my paypal account resulting in an unpaid
product with mentioned website so I was barred until it is resolved - which
it is.
So there you go MARLIE - check you haven't got any outstanding payments to
DSD. Problem solved.
K

Robert said:
Hey there - same thing has happened to me this week too!

That could be a symptom of DNS problem along with a good-intentioned
but non-standard service from your ISP when such a problem occurs.

E.g. check with nslookup if your DNS has a lookup for that sitename.
Note also that it may be an alias of its domain name which you would
also have to have a lookup for:

<nslookup>
Non-authoritative answer:
Name: digiscrapdesigner.com
Address: 70.86.28.230
Aliases: www.digiscrapdesigner.com
</nslookup>

In addition you could use nslookup in its interactive mode with debug set
to see how this lookup is actually done by your DNS.
I am going crazy
trying to figure it out - I just need my fix of digiscrapdesigner forums and
tutorials! Please, please, if you managed to sort anything out - can you
help me?

Can you ping -n 1 both the sitename and its domain name?
It's just the lookups that you are interested in. Though, as it happens
both names do respond to the pings:

<cmd_output>
F:\>ping -n 1 www.digiscrapdesigner.com

Pinging digiscrapdesigner.com [70.86.28.230] with 32 bytes of data:

F:\>ping -n 1 digiscrapdesigner.com

Pinging digiscrapdesigner.com [70.86.28.230] with 32 bytes of data:
</cmd_output>

Then check with ipconfig /displaydns that you have an A (Host) record
cached for the domain name for its IP address:

<displaydns>
digiscrapdesigner.com
----------------------------------------
Record Name . . . . . : digiscrapdesigner.com
Record Type . . . . . : 1
Time To Live . . . . : 14016
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : 70.86.28.230
</displaydns>

If none of these lookups are working for you, you should notify your ISP
about the problem with their DNS and add a record to your HOSTS file
as a temporary workaround:

<HOSTS>
70.86.28.230 www.digiscrapdesigner.com
</HOSTS>

Good luck

Robert Aldwinckle
---
Many thanks
Karuna
[quoted text clipped - 10 lines]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top