helper/notfound

TYPO3 Neos Helper to get 404 pages editable in Neos-Backend

Installs: 419

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:typo3-flow-package

1.0.0 2015-07-22 14:28 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:26:01 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'