Actions
Bug #89035
closedURLs with invalid language path segment are redirected to default language
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-08-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Given a site configuration with two languages and their base paths '/dk/' and '/en/' exist.
Given '/dk/' is the path for the default language
When a URL without path is requested ('/')
I would expect to see a 307 redirect to '/dk/', which is what also actually happens.
But:
When a URL is requested that has no matching language segment (e.g. '/foo/')
I would expect to see a 404 response.
What actually happens is a 307 redirect response to '/dk/'.
Updated by Helmut Hummel about 5 years ago
- Is duplicate of Bug #88838: Improved 404 handling for multi-lingual websites added
Actions