colorcube/auto404

Page Not Found handling without configuration. Handle redirect to other domains when pages were moved.

Installs: 125

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

1.1.2 2020-03-03 21:46 UTC

This package is auto-updated.

Last update: 2024-03-29 03:29:43 UTC


README

This is a TYPO3 extension.

What does it do?

The extension displays an error page when the requested page couldn't be found. TYPO3 itself would show a less nice error message.

There are other extensions with the same (or more) functionality. This one is a bit different:

  • no configuration needed
  • build in clean error message (as fallback)
  • custom error page possible with a normal content page
  • will redirect if a page was not deleted but moved to another domain in another page tree

Usage

Further information: https://docs.typo3.org/p/colorcube/auto404/master/en-us/

Dependencies

  • TYPO3 7.6 - 8.7

Installation

Installation using Composer

In your Composer based TYPO3 project root, just do composer require colorcube/auto404.

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module.

Contribute