Actions
Bug #97606
closedAutocreated redirects ignore PageTypeSuffix (e.g. ".html")
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2022-05-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint
Description
On websites with configured PageTypeSuffix ".html" the redirect module is just using the plain page slugs instead of also adding also the ".html" suffix to the source path if you update the page url segment with site config "autoCreateRedirects" enabled.
E.g. If you change the url segment /test/1 to /test/2 then the auto created redirect will be established from /test/1 to test/2.html.
If you call /test/1 .. the redirect is working as it should be but /test/1.html ends up in a 404 Error.
Updated by Mathias Brodala over 2 years ago
- Subject changed from Redirect module with given PageTypeSuffix .html to Autocreated redirects ignore PageTypeSuffix (e.g. ".html")
Updated by Oliver Hader about 2 years ago
- Complexity deleted (
easy) - Sprint Focus set to On Location Sprint
Updated by Oliver Hader about 2 years ago
- Related to Bug #94499: Redirect after slug update doesn't respect suffix added
Updated by Oliver Hader about 2 years ago
- Related to deleted (Bug #94499: Redirect after slug update doesn't respect suffix)
Updated by Oliver Hader about 2 years ago
- Has duplicate Bug #94499: Redirect after slug update doesn't respect suffix added
Actions