Bug #93786
openRedirect does keep language parameters
0%
Description
When configuring a redirect from an URL, which is not the default language, the redirect target is created without the correct language.
In the example below, "/en/" is the secondary language. When accessing the URL http://example.org/en/service-1, the redirect location is generated as http://example.org/de/service/, which is the default language instead of the expected http://example.org/en/service/ which would be expected redirect URL
Files
Updated by Guido Schmechel over 3 years ago
- Related to Feature #93162: Allow Redirects to translated pages added
Updated by Guido Schmechel over 3 years ago
There are two issues with languages:
1.) If you manually build a redirect, there is no smooth editor way for that: https://forge.typo3.org/issues/93162
2.) For the autogenerated redirects there is a first WIP: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68202
Updated by Riccardo De Contardi over 3 years ago
- Category set to Site Handling, Site Sets & Routing
Updated by Chris Müller over 3 years ago
As a workaround for the time being:
- You can add a &L=1 to the target to get the correct language
- You can use https://github.com/CMSExperts/link2language, then a select box with the available languages is shown in the link wizard which adds the &L= parameter
Updated by Oliver Hader about 2 years ago
- Sprint Focus set to On Location Sprint