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
So when DNS can't be reached custom error page will get executed Thanks
This is my question what error number is this
Or if you don't known error number can you tell me what to put here???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.
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