Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andersundsehr/redirects-tweak

Extra cache for redirects and allow to delete redirects on deleted pages
https://github.com/andersundsehr/redirects-tweak

Last synced: 2 months ago
JSON representation

Extra cache for redirects and allow to delete redirects on deleted pages

Awesome Lists containing this project

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:

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