| .
Configure
custom error pages
Adding custom error
pages requires creating a normal html page with an appropriate
name.
1) To have a custom
page displayed when a page is not found create your html page,
name it not_found.html and copy it to your htdocs directory.
2) To have a custom
cgi-error page displayed for server errors create your html
page, name it cgi_error.html and copy it to your htdocs
directory.
|