andersundsehr / redirects-tweak
Seperates redirects from the page cache and allows to delete redirects where the page was deleted
Package info
github.com/andersundsehr/redirects-tweak
Type:typo3-cms-extension
pkg:composer/andersundsehr/redirects-tweak
2.0.1
2026-08-11 11:58 UTC
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0
- typo3/cms-redirects: ^13.4 || ^14.3
Requires (Dev)
- composer/composer: ^2.5.5
- pluswerk/grumphp-config: ^11.0.5
- saschaegerer/phpstan-typo3: ^2.0.0 || ^3.0.1
- ssch/typo3-rector: ^3.1.0
- typo3/testing-framework: ^9.2.0
This package is not auto-updated.
Last update: 2026-08-11 11:59:48 UTC
README
This TYPO3 extension provides:
- A dedicated cache for redirects, keeping them separate from the page cache.
The default backend is
SimpleFileBackend. - The ability to delete orphaned redirects whose related page has been deleted. This deletion does not check permissions on the storage page.
The redirect cache backend can be configured:
$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['andersundsehr_redirects_tweak']['backend'] = \TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend::class;