Error Pages

The Pages module has a set of default error pages for the most common HTTP error codes. You can customize the pages to your liking.

The error code pages can be found in the /home/coronium/pages/_coronium/errors directory.

The currently supported HTTP error pages are:

  • 400 Bad Request (400.html)
  • 401 Unauthorized (401.html)
  • 403 Forbidden (403.html)
  • 404 Not Found (404.html)
  • 500, 502, 504 Internal Error (50x.html)
  • 503 Service Unavailable (503.html)