How do I customize error messages for my site?

Within control panel select Custom Error Pages. Select the error code link and place whatever code you like. Maintain the default file name it gives you or it will not work without additional changes to the .htaccess files.

If that does not work edit your htaccess file and add the following line:

ErrorDocument 404 /404.html

404.html would be the filename and path to your custom error page for a 404. You may do the same for other common errors.


  • 342 Users Found This Useful

Was this answer helpful?

Related Articles

What are some tools are available to optimize my website?

There are many great tools to optimize your website. There is an optimize tool in your hosting...

Convert PDF to HTML Service

To convert your PDF files to html try using the following converter tool from Adobe:...

Troubleshooting Cloudflare errors

You may encounter errors using CloudFlare from time to time. This article may help to resolve...

Why do I get emails for cron jobs?

This is the default. If you would like to disable receiving emails when a cron job runs append...

html or htm parsed as shtml not working

To parse .html or .htm files as .shtml add the following to your .htaccess file in the...