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

Disable error_log via htaccess

Prevent public display of PHP errors via htaccess# supress php errorsphp_flag...

My index page does not load - Why not?

Filenames are case sensitive. Be sure you have an index filename all in lower case. Examples are...

Meta Redirect

Adding this code to your web page will redirect your visitors to any address that you have...

301 Redirect

This code will redirect all visitors who attempt to access the old-url.html page to the...

What are these htaccess files that keep popping up?

.htaccess files are default files the server uses to perform certain tasks. Features such as...