moc/notfound

Last activity 16 Jan 2020 17 17 102472
composer require moc/notfound

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

4.0.0

Version
4.0.0
Type
neos-plugin
Release Date
Jan 16, 2020 07:59
Source
git
Distribution
zip
Requires
MIT
  • #flow
  • #neos
  • #404
  • #not found
1ab1dbe50e0e18bd9f42ff5ebc16a330ee3eab60

MOC.NotFound

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.

The content of the readme is provided by Github
The same vendor provides 5 package(s).