Well this isn't really a tutorial, but this is the best place for this.
all you have to do is make an html document with how you ant it to look (the error page that is) and save the fil as 404.shtml->url not found error document
Example:
Other errors include
403.shtml ->forbidden
401.shtml ->unauthorized
400.shtml->don't remember
500.shtml->don't remember
ENJOI
all you have to do is make an html document with how you ant it to look (the error page that is) and save the fil as 404.shtml->url not found error document
Example:
| Code: |
| <title>Closed</title>
<body background="images/Closebg-Aelita.jpg"> <table width="100%" height="310" border="0"> <tr> <td width="23%" height="21"> </td> <td width="77%" valign="top"><div align="right"><em><font color="#993366"><strong>404 Error The URL doesn't exist on this site please report this to us if you clicked a link from the site</strong></font></em></div></td> </tr> <tr> <td> </td> <td> </td> </tr> </table> |
Other errors include
403.shtml ->forbidden
401.shtml ->unauthorized
400.shtml->don't remember
500.shtml->don't remember
ENJOI
