sbuerk / shortcut-redirect-statuscodes
Extend core shortcut and mountpoint redirects with configurable and selectable redirect statuscodes
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3
- psr/http-message: ^1.0 || ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- psr/log: ^1.0 || ^2.0 || ^3.0
- typo3/cms-backend: ^11.5.4 || ^12.4
- typo3/cms-core: ^11.5.4 || ^12.4
- typo3/cms-frontend: ^11.5.4 || ^12.4
Requires (Dev)
- bnf/phpstan-psr-container: ^1.0
- friendsofphp/php-cs-fixer: ^3.16.0
- friendsoftypo3/phpstan-typo3: ^0.9.0
- phpspec/prophecy: ^1.15.0
- phpspec/prophecy-phpunit: ^1.1.0
- phpstan/phpstan: ^1.10.57
- phpstan/phpstan-phpunit: ^1.3.15
- phpunit/phpunit: ^9.6.16 || ^10.5
- typo3/cms-beuser: ^11.5.4 || ^12.4
- typo3/cms-install: ^11.5.4 || ^12.4
- typo3/cms-setup: ^11.5.4 || ^12.4
- typo3/cms-workspaces: ^11.5.4 || ^12.4
- typo3/tailor: ^1.4.0
- typo3/testing-framework: ^7.0.4
This package is auto-updated.
Last update: 2024-10-19 22:27:36 UTC
README
This extension enhance the Shortcut Redirect
capability by giving the editor the choice of
the HTTP Redirect Status
code for a shortcut redirect. To achieve this, the corresponding
backend form is extended with a status code select box and the TYPO3 core PSR-15 middleware
dealing with Shortcut Redirects
is replaced to respect the selected status code.