Actions
Bug #94922
closedMissing HTTP status 308 for redirects
Start date:
2021-08-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
TYPO3 redirects do not offer the HTTP status code 308 Permanent Redirect
as counterpart to the 307 Temporary Redirect
by default. This is essential to provide a modern equivalent to the legacy 302 Found
status code.
Thus 308 Permanent Redirect
should be added as status code for redirects.
Actions