‪TYPO3CMS  9.5
RequestMiddlewares.php
Go to the documentation of this file.
1 <?php
2 
6 return [
7  'frontend' => [
8  'typo3/cms-redirects/redirecthandler' => [
9  'target' => \TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler::class,
10  'before' => [
11  'typo3/cms-frontend/page-resolver',
12  ],
13  'after' => [
14  'typo3/cms-frontend/tsfe',
15  'typo3/cms-frontend/authentication',
16  'typo3/cms-frontend/static-route-resolver',
17  ],
18  ],
19  ],
20 ];