helper / notfound
TYPO3 Neos Helper to get 404 pages editable in Neos-Backend
Installs: 421
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-flow-package
Requires
- typo3/neos: >=1.0
This package is not auto-updated.
Last update: 2025-03-29 20:37:30 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'