Actions
Bug #96031
closedRedirects doesn't work with a different domain per language
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-11-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
The auto create redirect doesn't use the correct domain if I have a different domain per language.
This is my site config:
base: https://www.frenchwebsite.ch/
languages:
-
base: https://www.frenchwebsite.ch/
flag: fr
languageId: 0
-
base: https://www.germanwebsite.ch/
flag: de
languageId: 1
You can see the result in the attachment when I translate a page to german. The source host is the french domain, not the german one.
The result expected is to have the german domain for source host.
Files
Updated by Eric Chavaillaz almost 3 years ago
Already fixed here https://github.com/TYPO3/typo3/commit/cb8abae93dc30c2b9d0192f330bc4d40a10bc0cb#diff-3ccde5ba2f1e1a9649790cbe88c208d4f01bcd5079c596c89e73a1d2998e7db4
But this change is not yet released... (next one is December 14th, 2021)
Updated by Ludovic Nogueira almost 3 years ago
I confirm that this will fix my problem. You can close this ticket.
Updated by Stefan Bürk almost 3 years ago
- Related to Bug #89328: Auto redirect does not respect language host added
Actions