colorcube/auto404

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


Keywords
extension, redirect, typo3, 301, 404, page not found, auto404
License
GPL-2.0-or-later

Documentation

auto404 TYPO3 Extension

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