• Index » 
  • Community » 
  • Tech » 
  • IE error code? for The Domain Name Server (DNS) is not reachable.
Breez
AKA: badhq
+937|6897|Derby, England

Hey guys I'm working no custom error page so when my site goes down people can see custom page.

This is my question what error number is this

This problem can be caused by a variety of issues, including:

Internet connectivity has been lost.
The website is temporarily unavailable.
The Domain Name Server (DNS) is not reachable.
The Domain Name Server (DNS) does not have a listing for the website's domain.
If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.
Or if you don't known error number can you tell me what to put here???

Code:

ErrorDocument 400 /noname.html
ErrorDocument 401 /noname.html
ErrorDocument 402 /noname.html
ErrorDocument 403 /noname.html
ErrorDocument 404 /noname.html
ErrorDocument 405 /noname.html
ErrorDocument 406 /noname.html
So when DNS can't be  reached custom error page will get executed Thanks
liquidat0r
wtf.
+2,223|6892|UK
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

Section 10.4

In fact, this tells you everything.
Breez
AKA: badhq
+937|6897|Derby, England

liquidat0r wrote:

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

Section 10.4

In fact, this tells you everything.
Thanks for the link but it does not tell me what error number it is all it seas is this

Code:

10.4 Client Error 4xx
The 4xx class of status code is intended for cases in which the client seems to have erred. Except when responding to a HEAD request, the server SHOULD include an entity containing an explanation of the error situation, and whether it is a temporary or permanent condition. These status codes are applicable to any request method. User agents SHOULD display any included entity to the user. 

If the client is sending data, a server implementation using TCP SHOULD be careful to ensure that the client acknowledges receipt of the packet(s) containing the response, before the server closes the input connection. If the client continues sending data to the server after the close, the server's TCP stack will send a reset packet to the client, which may erase the client's unacknowledged input buffers before they can be read and interpreted by the HTTP application.
Rest of thme have codes next to them that one doesent so any ideas what I put in the box? Thanks Liq
liquidat0r
wtf.
+2,223|6892|UK
I guess that error message is something specific to Internet Explorer then. Or at least, it's not an HTTP error code.
  • Index » 
  • Community » 
  • Tech » 
  • IE error code? for The Domain Name Server (DNS) is not reachable.

Board footer

Privacy Policy - © 2025 Jeff Minard