How do I create custom error pages?

Article No. 44
Created: 03:20 PM 04.29.03
Author: HPU Support [Link: support@homepageuniverse.com]
Original URL: https://my.homepageuniverse.com/support/knowledgebase/question.php?qstId=44


For each error page you want to customize, create the following html files:

File Not Found (404) = not_found.html
Bad Request (400) = bad_request.html
Forbidden (403) = forbidden.html
Internal Server Error (500) = internal_server_error.html

Once you created your custom error pages, upload them to the /error_docs directory for your site. Thats all there is to it, your custom error docs will start working immediately.

Back to original article