mbhsoft / page-redirect-handler
添加描述...
2.0.0
2022-12-12 14:08 UTC
Requires
- typo3/cms-core: ^10.4 || ^11.5
This package is auto-updated.
Last update: 2024-09-12 17:43:07 UTC
README
安装
此扩展必须应用补丁 - 使用 cweagans/composer-patches
- 以正确地针对 typo3 核心工作。
阅读 (https://github.com/cweagans/composer-patches#user-content-allowing-patches-to-be-applied-from-dependencies) 以允许从依赖关系应用补丁。
在运行 composer require mbhsoft/page-redirect-handler
之后,补丁将失败,因为包将在 typo3/cms-frontend
之后安装。
要修复此问题,请运行 composer install
。
用法
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###'