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
Requires
- php: >=7.0.0
- typo3/cms-core: ^7.6 || ^8.0
Replaces
- typo3-ter/auto404: 1.1.2
This package is auto-updated.
Last update: 2024-11-29 05:44:41 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
- Send pull requests to the repository. https://github.com/colorcube/auto404
- Use the issue tracker for feedback and discussions. https://github.com/colorcube/auto404/issues