Custom 404 error page

Back

Creating a custom page for the "404 File Not Found" error message

You can create a customized page that is sent to the client if a file is requested, which is not present on the server. This file should be saved under the name err404.htm in the directory errors within the directory where the application is started from.

A sample page has been provided within the ZIP archive of the server. You can modify it to suit your needs, but as its file name is hard coded, you cannot use fancy things like SSI or PHP with it, or you would need to apply these to all normal .htm documents.