2017 © Pedro Peláez
 

typo3-flow-package notfound

Provides a configurable 404 error for Neos CMS. This Package comes with content dimensions support!

image

techdivision/notfound

Provides a configurable 404 error for Neos CMS. This Package comes with content dimensions support!

  • Saturday, March 12, 2016
  • by dittertp
  • Repository
  • 10 Watchers
  • 4 Stars
  • 3,209 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 4 Open issues
  • 6 Versions
  • 1 % Grown

The README.md

Introduction

This Package provides a configurable 404 error page for TYPO3 Neos with dimensions support., (*1)

Installation

For Neos 1.2.* please add the following package to your composer.json, (*2)

``` bash { "require": { "techdivision/notfound": "1.0.*" }, }, (*3)


For `Neos 2.0.*` please use ``` bash { "require": { "techdivision/notfound": "2.0.*" }, }

Install the package:, (*4)

``` bash composer update techdivision/notfound, (*5)



# Configuration to enable this package you need to set the following settings in your Site or Project Settings.yaml ``` bash TechDivision: NotFound: enable: true defaultUriSegment: '404'

enable: enables or disables the module defaultUriSegment: the node path uri segment of your 404 site, (*6)

Optional

if you are using a defaultUriSuffix (in most cases .html) you need to add a additional route in your Routes.yaml at the end of your Routes.yaml, (*7)

``` bash, (*8)

#

TechDivision.NotFound Subroutes - only required if the 'TYPO3 Neos' route has a 'defaultUriSuffix' suffix

#

name: 'TechDivision.NotFound' uriPattern: '' subRoutes: 'TechDivisionNotFoundSubroutes': package: 'TechDivision.NotFound' ```, (*9)

The Versions

12/03 2016

2.0.x-dev

2.0.9999999.9999999-dev https://github.com/techdivision/TechDivision.NotFound

Provides a configurable 404 error for Neos CMS. This Package comes with content dimensions support!

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

12/03 2016

dev-master

9999999-dev https://github.com/techdivision/TechDivision.NotFound

Provides a configurable 404 error for Neos CMS. This Package comes with content dimensions support!

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

12/03 2016

2.0.1

2.0.1.0 https://github.com/techdivision/TechDivision.NotFound

Provides a configurable 404 error for Neos CMS. This Package comes with content dimensions support!

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

20/08 2015

2.0.0

2.0.0.0 https://github.com/techdivision/TechDivision.NotFound

Provides a configurable 404 error for Neos CMS. This Package comes with content dimensions support!

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

20/08 2015

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/techdivision/TechDivision.NotFound

Provides a configurable 404 error for Neos CMS. This Package comes with content dimensions support!

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

20/08 2015

1.0.0

1.0.0.0 https://github.com/techdivision/TechDivision.NotFound

Provides a configurable 404 error for Neos CMS. This Package comes with content dimensions support!

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires