Website issue

Status
Not open for further replies.

Foxhound

New Member
Messages
72
Reaction score
0
Points
0
I am on the stoli server and my website is foxhound.x10hosting.com
Everytime I go on that link I get a blank page. Any idea why?
 

kajasweb

New Member
Messages
1,723
Reaction score
0
Points
0
There is a problem with DNS entry for your domain. Moved to "Level Two Support". Soon, an Admin / Senior Staff will look into this.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
You should be all set now, you may need to flush your DNS to see the changes.
 

kajasweb

New Member
Messages
1,723
Reaction score
0
Points
0
In Microsoft Windows, you can use the command
Code:
ipconfig /flushdns
to flush the DNS resolver cache:

In Mac OSX, you can use the command lookupd -flushcache to flush the DNS resolver cache.

Code:
bash-2.05a$ lookupd -flushcache

In Linux, the nscd daemon manages the DNS cache.

To flush the DNS cache, restart the nscd daemon.

To restart the nscd daemon, use the command
Code:
`/etc/rc.d/init.d/nscd restart`
 
Last edited:
Status
Not open for further replies.
Top