← Extensions
TYPO3 13 EXT:newsRedirectsSEOSlug

EXT:news_redirect_slug_change

Automatically creates TYPO3 redirects when the slug of a news article changes — keeping SEO intact without manual redirect management.


Whenever the slug of an EXT:news article changes, this extension automatically creates a TYPO3 redirect from the old URL to the new one. Works in the LIVE workspace only.

Configuration

Set the detail page via Site Configuration:

redirectsNews:
  pageId: 123
  autoCreateRedirects: true
  redirectTTL: 30
  httpStatusCode: 307

The pageId can also be overridden per page via PageTSconfig:

tx_news.redirect.pageId = 456
OptionDefaultDescription
pageIdDetail page for news articles
autoCreateRedirectstrueAuto-create on slug change
redirectTTL0TTL in days — 0 = no expiration
httpStatusCode307HTTP status code for the redirect

Requirements

PackageVersion
TYPO3 CMS Core≥ 13.4
EXT:redirects≥ 13.4
EXT:news≥ 12