Custom 404 Error Page

Custom 404 Error Page: It is very simple to add custom 404 error pages to your website. Simply make a file called 404.html with the custom 404 Error page HTML code and put it in the root directory of your website. You can have a different 404 page for domain you are hosting.
The following tags are supported:
- %%c inserts the error code (i.e. %c)
- %%r inserts the error reason (i.e. %r)
- %%r inserts the server version (i.e. %s)
- %%e inserts the administration email address (i.e. %e)
- %%%% inserts a percent sign (i.e. %%)
(e.g. <title>%r</title>) |