Solutions

Resources

Site Search

Error Page Examples



401.shtml | 403.shtml | 404.shtml | 500.shtml

You can copy the code on these pages and customize them for your multihomed web site, then put them in a /errors/ directory in your web site.

If you have questions beyond what is offered here, please post your questions to the sonic.help.www newsgroup.


401.shtml

<html>
<head>
<title>Your Domain Name - 401 Error - Authentication Failed</title>
</head>

<body>

<h1>401 - Authentication Failed</h1>
<p>

<blockquote>

The URL you've requested,    <b><!--#echo var="REDIRECT_URL"--></b>
requires a correct username and password. Either you entered 
an incorrect username/password, or your browser doesn't support 
this feature.
<p>

Please inform the administrator of the referring page, 
<b><a href="<!--#echo var="HTTP_REFERER"-->">
<!--#echo var="HTTP_REFERER"--></a></b> if you think this was a mistake.

</blockquote>

</body>
</html>

403.shtml

<html>
<head>
<title>Your Domain Name - 403 Error - Permission Denied</title>
</head>

<body>

<h1>403 - Permission Denied</h1>
<p>

<blockquote>

You do not have permission to retrieve the URL or link you requested, 
&nbsp;&nbsp; <b><!--#echo var="REDIRECT_URL"--></b><p>

Please inform the administrator of the referring page, <b>
<a href="<!--#echo var="HTTP_REFERER"-->"><!--#echo var="HTTP_REFERER"--></a>
</b> if you think this was a mistake.

</blockquote>

</body>
</html>

404.shtml

<html>
<head>
<title>Your Domain Name - 404 Error - Document Not Found</title>
</head>

<body>

<h1>404 - Document Not Found</h1>
<p>

<blockquote>

The requested object or URL, &nbsp; <b><!--#echo var="REDIRECT_URL"--></b>   
was not found on this server.<P>

The link you followed is either outdated, inaccurate, or the server has been
instructed not to let you have it.<P>

Please inform the administrator of the referring page, 
<a href="<!--#echo var="HTTP_REFERER"-->"><!--#echo var="HTTP_REFERER"--></a>.

</blockquote>

                                                                 
</body>
</html>                                                    

500.shtml

 
<html>
<head>
<title>Your Domain Name - 500 Error - Malformed Header</title>
</head>

<body>

<h1>500 - Malformed Header</h1>
<p>

<blockquote>

The server encountered an internal error or misconfiguration and was unable
to complete your request.<p>

Please contact the administrator, of 
<a href="<!--#echo var="HTTP_REFERER"-->"><!--#echo var="HTTP_REFERER"--></a>, 
and inform them of the time the error occurred, and anything you might have 
done that may have caused the error.
<p>

Error: HTTPd: malformed header from script
<b><!--#echo var="REDIRECT_URL"--></b>  
<p>

</blockquote>

</body>            
</html>            

Home | Solutions | About Us | Jobs | Member Tools | Web Mail | System Status | Support & Contact

Copyright 2014 All rights reserved.