numero2 / contao-page-410
Adds a new page type for 410 Gone
Package info
github.com/numero2/contao-page-410
Type:contao-module
pkg:composer/numero2/contao-page-410
1.0.3
2026-01-08 11:02 UTC
Requires
- contao/core-bundle: ^5.0
- doctrine/dbal: ^3.6
- symfony-cmf/routing: ^3.0
- symfony/config: ^6.4 || ^7.0
- symfony/dependency-injection: ^6.4 || ^7.0
- symfony/event-dispatcher: ^6.4 || ^7.0
- symfony/framework-bundle: ^6.4 || ^7.0
- symfony/http-foundation: ^6.4 || ^7.0
- symfony/http-kernel: ^6.4 || ^7.0
- symfony/routing: ^6.4 || ^7.0
Requires (Dev)
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
This package is auto-updated.
Last update: 2026-02-28 13:05:22 UTC
README
About
This extension adds a new page type for "410 Gone".
System requirements
- Contao 5.3 (or newer)
Installation
- Install via Contao Manager or Composer (
composer require numero2/contao-page-410) - In
public/.htaccessadd the following line to route 410 errors to Contao:
ErrorDocument 410 /index.php
- To specify which URL's should return a 410 page, add some proper redirects as well
Redirect 410 /this-page/is-gone.html