Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 868 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 868 Bytes

Contao Page 410

License: LGPL v3

About

This extension adds a new page type for "410 Gone".

System requirements

Installation

  • Install via Contao Manager or Composer (composer require numero2/contao-page-410)
  • In public/.htaccess add 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