‪TYPO3CMS  9.5
RequestMiddlewares.php File Reference

Go to the source code of this file.

Variables

 return ['frontend'=>['typo3/cms-redirects/redirecthandler'=>['target'=> \TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler::class, 'before'=>['typo3/cms-frontend/page-resolver',], 'after'=>['typo3/cms-frontend/tsfe', 'typo3/cms-frontend/authentication', 'typo3/cms-frontend/static-route-resolver',],],],]
 

Variable Documentation

◆ return

return[ 'frontend'=>[ 'typo3/cms-redirects/redirecthandler'=>[ 'target'=> \TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler::class, 'before'=>[ 'typo3/cms-frontend/page-resolver',], 'after'=>[ 'typo3/cms-frontend/tsfe', 'typo3/cms-frontend/authentication', 'typo3/cms-frontend/static-route-resolver',],],],]

Definitions for middlewares provided by EXT:redirects

Definition at line 6 of file RequestMiddlewares.php.