Error Page
Give visitors a reason to stay when errors occur.
After Dark includes an animated 404 Page you can display when other pages cannot be found. The error page contains a full-screen background animation and “404” link with Ginsu treatment. Following the link navigates to the homepage.
Adjust it from 404.html
in the site content
directory:
├── archetypes
├── content
│ ├── post
│ └── 404.html
├── layouts
If the file doesn’t exist yet, copy it from the theme default:
$ cp themes/after-dark/content/404.html content
Configure your web server to redirect to 404.html
when pages cannot be found to use it. Combine with Voyeur Module for help creating
Page Aliases.