moc/notfound

Neos CMS package that loads a normal editable page for displaying a 404 error

Installs: 144 043

Dependents: 0

Suggesters: 0

Security: 0

Stars: 17

Watchers: 6

Forks: 17

Open Issues: 1

Type:neos-plugin

4.0.0 2020-01-16 07:59 UTC

This package is auto-updated.

Last update: 2024-04-16 17:02:07 UTC


README

Scrutinizer Code Quality Latest Stable Version Total Downloads License

Introduction

Neos CMS package that loads a normal editable page for displaying a 404 error.

Compatible with Neos 4.3 - 5.x

Supports multiple content dimensions with URI segments and empty segments for default dimensions.

Installation

composer require "moc/notfound:^4.0"

Create a page with the URI segment "404" in the root of your site. If using content dimensions with URI segments, ensure a page exists in all contexts or through fallbacks.

Alternatively set the following configuration in Settings.yaml:

MOC:
  NotFound:
    uriPathSegment: 404

Note: If you override the configuration in a package's configuration instead of globally, you need to ensure that package is loaded after this package. To do so, add "moc/notfound": "*" to the package's require section in it's composer.json.