andersundsehr/redirects-tweak

Seperates redirects from the page cache and allows to delete redirects where the page was deleted

Installs: 37

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

0.0.1 2024-09-13 11:58 UTC

This package is not auto-updated.

Last update: 2024-09-13 11:59:41 UTC


README

This TYPO3 extension offers two functionalities. Firstly, an extra cache is configured so that redirects are no longer stored in the page cache. in addition, it is now possible to delete entries in the backend module of the redirects which are on deleted pages. the access rights on the storage page are not checked.

by default the extension uses the APCu cache, this configuration can be easily adjusted in the caching framework:

// choose your favourite cache backend
$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['andersundsehr_redirects_tweak']['backend'] = SimpleFileBackend