Skip to content

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

Notifications You must be signed in to change notification settings

andersundsehr/redirects-tweak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages