Actions
Bug #89639
closedNested site with (active) baseVariants leads to wrong page (root of parent site)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2019-11-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In our setup, there is a root site (rootPageId 1) with a nested sub-site (rootPageId 70). Both sites have a baseVariants configuration for applicationContext 'Testing'.
The configuration of the nested site looks like this (excerpt):
rootPageId: 70
base: 'https://www.mydomain.ch/'
baseVariants:
-
base: 'https://test.mydomain.ch/'
condition: 'applicationContext == "Testing"'
Calling this site (or pages within this site) while in 'Testing' context, will show the start page of the main/parent site (correctly resolved with the baseVariant URL).
When I don't use a baseVariants configuration and just set 'https://test.mydomain.ch/' as the base for the nested site, it works correctly.
Actions