Download the PHP package mbhsoft/page-redirect-handler without Composer
On this page you can find all versions of the php package mbhsoft/page-redirect-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mbhsoft/page-redirect-handler
More information about mbhsoft/page-redirect-handler
Files in mbhsoft/page-redirect-handler
Download mbhsoft/page-redirect-handler
More information about mbhsoft/page-redirect-handler
Files in mbhsoft/page-redirect-handler
Vendor mbhsoft
Package page-redirect-handler
Short Description Add description...
License GPL-2.0-or-later
Homepage http://www.mbh-software.de
Package page-redirect-handler
Short Description Add description...
License GPL-2.0-or-later
Homepage http://www.mbh-software.de
Please rate this library. Is it a good library?
Informations about the package page-redirect-handler
Page Redirect Handler
Installation
This extension has to apply a patch - using cweagans/composer-patches
- to the typo3 core to work correct.
Read (https://github.com/cweagans/composer-patches#user-content-allowing-patches-to-be-applied-from-dependencies) to allow patches to be applied from dependencies.
After running composer require mbhsoft/page-redirect-handler
the patching will fail, because the package will
be installed after typo3/cms-frontend
.
To fix this run composer install
.
Usage
errorHandling:
-
errorCode: 401
errorHandler: PHP
errorPhpClassFQCN: MbhSoftware\PageRedirectHander\Error\PageErrorHandler\PageRedirectErrorHandler
errorRedirectTarget: 't3://page?uid=42'
errorRedirectTargetStatuscode: 307 #optional - 307 is default
errorRedirectAdditionalParameters: #optional
return_url: '###CURRENT_URL###'
All versions of page-redirect-handler with dependencies
PHP Build Version
Package Version
Requires
typo3/cms-core Version
^10.4 || ^11.5
The package mbhsoft/page-redirect-handler contains the following files
Loading the files please wait ....