helper / notfound
TYPO3 Neos Helper to get 404 pages editable in Neos-Backend
Package info
github.com/neos-helpers/Helper.NotFound
Type:typo3-flow-package
pkg:composer/helper/notfound
1.0.0
2015-07-22 14:28 UTC
Requires
- typo3/neos: >=1.0
This package is not auto-updated.
Last update: 2026-03-29 02:01:16 UTC
README
TYPO3 Neos package that loads a Neos page for displaying a 404 error. Also working on multilanguage pages.
Works with TYPO3 Neos 1.0-2.0+
Installation
composer require "helper/notfound" "1.0.*"
Create a page with the URI segment "404" in the root of your site.
Alternatively set the following configuration in Settings.yaml:
TYPO3: Flow: error: exceptionHandler: renderingGroups: notFoundExceptions: options: variables: # Path to 404 error page relative to site root path: '404'