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

Convert PDF to HTML Service

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

Do you support TeamSpeak?

We do not support Teamspeak on our servers but allow you to create a subdomain such as...

How can I tell how much disk space I have available?

To see how much disk space you have available, go to your control panel and on the left side of...

Setting up Zend Framework

When setting up Zend Frameworks in your hosting account be sure to upload your frameworks folder...

Adding a Facebook Button

Facebook has a wonderful page on adding a Facebook image to your website complete with...