Actions
Bug #93483
closedRedirects: .html page suffix not supported
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2021-02-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This is my configuration
routeEnhancers: PageTypeSuffix: type: PageType default: .html index: index map: .html: 0 settings: redirects: autoUpdateSlugs: true autoCreateRedirects: true redirectTTL: 30 httpStatusCode: 301 forceHttps: true respectQueryParameters: false keepQueryParameters: false
As per default the urls have .html ending. When i rename a page a redirect is created with
Source-Path: /veranstaltungennn
Now i curl this paths
/veranstaltungennn => HTTP 301 (ok)
/veranstaltungennn/ => HTTP 301 (ok)
/veranstaltungennn.html => HTTP 404 (Not found)
The issue is that the old default url is not redirected and results in a 404.
Both working redirects are useless cases because they are not communicated (eg. in search engines) and the only important case (with .html) does not work.
Updated by Oliver Beck about 3 years ago
Hi,
is there any update related to that issue? I can still confirm this on 10.4.20
Updated by David Denicolo' about 3 years ago
- PHP Version set to 7.4
Hi there
same issue for me on 10.4.20
php 7.4
Thanks
Updated by Jörg Velletti about 3 years ago
see this issue that has a patch:
Updated by Rémy DANIEL almost 3 years ago
- Related to Bug #94499: Redirect after slug update doesn't respect suffix added
Updated by Rémy DANIEL almost 3 years ago
- Related to Bug #92101: Redirects: File Extension breaks redirect 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