Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Custom 404 Page Not Found

Include Page
Legacy Catalog Warning
Legacy Catalog Warning

Introduction

This brief tutorial will explain how to create a page that will be rendered to the client whenever a 404 (page not found) is generated. This will give the end user a friendly looking page, but still return an HTTP status code of 404.

Whenever a page is not found on the catalog, the system will look for an arbitrary page at the location of:

Code Block
themeDJango

/404.html

The earliest way to accomplish this is to create an arbitrary page that URI under.

Panel

Main Menu Catalog [Choose Hosts] Manage Arbitrary Pages

Below is an example of the arbitrary page.

...