georgringer/news-redirect-slug-change

Generate redirect if the slug changes

1.2.0 2023-07-31 12:36 UTC

This package is auto-updated.

Last update: 2024-03-31 22:47:02 UTC


README

TYPO3 11 TYPO3 10 Donate

TYPO3 Extension news_redirect_slug_change

This extension generates redirects for EXT:news records if the slug is changed.

Setup

Install the extension just as any other extenison as well.

  • Use composer req georgringer/news-redirect-slug-change
  • Upload to TER will follow later

Configuration

The only thing which must be configured is the page which is used as detail page. This can be either done by PageTsConfig with tx_news.redirect.pageId = 456 or within the site configuration. See below for full example.

settings:
   redirectsNews:
     # Detail page id which can be overruled py pageTsConfig tx_news.redirect.pageId = 456
     pageId: 123
     # Automatically create redirects for news with a new slug (works only in LIVE workspace)
     # (default: true)
     autoCreateRedirects: true
     # Time To Live in days for redirect records to be created - `0` disables TTL, no expiration
     # (default: 0)
     redirectTTL: 30
     # HTTP status code for the redirect, see
     # https://developer.mozilla.org/en-US/docs/Web/HTTP/Redirections#Temporary_redirections
     # (default: 307)
     httpStatusCode: 307

Say thanks

If you are using this extension in one of your projects or for a client, please think about sponsoring this extension.

Thanks!