← Extensions
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
| Option | Default | Description |
|---|---|---|
pageId | — | Detail page for news articles |
autoCreateRedirects | true | Auto-create on slug change |
redirectTTL | 0 | TTL in days — 0 = no expiration |
httpStatusCode | 307 | HTTP status code for the redirect |
Requirements
| Package | Version |
|---|---|
| TYPO3 CMS Core | ≥ 13.4 |
| EXT:redirects | ≥ 13.4 |
| EXT:news | ≥ 12 |