Skip to content

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

License

Notifications You must be signed in to change notification settings

ElementareTeilchen/MOC.NotFound

 
 

Repository files navigation

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 2.x+

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

Installation

composer require "moc/notfound:~2.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:

TYPO3:
  Flow:
    error:
      exceptionHandler:
        renderingGroups:
          notFoundExceptions:
            options:
              variables:
                path: '404.html' # skip suffix if unset

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.6%
  • HTML 3.4%