in2code-de / ipandlanguageredirect

TYPO3 redirect - browserlanguage and ip-address based
GNU General Public License v3.0
14 stars 14 forks source link

[FEATURE] Add option to disable redirect for pages #1

Closed LegoMany closed 7 years ago

LegoMany commented 7 years ago

Adds possibility to disable the redirect for certain pages. Usage:

... 'actions' => [ [ // Disable redirect for pages inside the given pid 'pidInRootline' => [ '129', '11', ], 'events' => [ 'none', ], ], ... ], With this example configuration the redirect is disabled for the pages 129, 11 and all their child pages