Project

General

Profile

Actions

Bug #84669

closed

Sites: Any-Domain configuration can not resolve language

Added by Benjamin Kott about 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
Start date:
2018-04-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When using anydomain configuration TYPO3 is unable to determine the correct language.

Actual behavior:

- https://typo3.localhost/en/ - shows english language
- https://typo3.localhost/de/ - shows english language
- https://typo3.localhost/da/ - shows english language

Expected behavior:

- https://typo3.localhost/en/ - shows english language
- https://typo3.localhost/de/ - shows german language
- https://typo3.localhost/da/ - shows dansk language

Example Configuration:

site:
  rootPageId: 1
  base: '/'
  languages:
    -
      languageId: '0'
      title: English
      navigationTitle: English
      base: /en/
      locale: en_EN.UTF8
      iso-639-1: en
      hreflang: en-US
      direction: ltr
      typo3Language: default
      flag: us
    -
      languageId: '2'
      title: German
      navigationTitle: Deutsch
      base: /de/
      locale: de_DE.UTF8
      iso-639-1: de
      hreflang: de-DE
      direction: rtl
      typo3Language: de
      flag: de
      fallbackType: fallback
      fallbacks: '0'
    -
      languageId: '1'
      title: Dansk
      navigationTitle: Dansk
      base: '/da/'
      locale: da_DK.UTF-8
      iso-639-1: da
      hreflang: da-DK
      direction: ltr
      typo3Language: da
      flag: dk
      fallbackType: strict
  errorHandling: {  }

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Epic #83796: Site HandlingClosedBenni Mack2015-08-09

Actions
Actions #1

Updated by Susanne Moog about 6 years ago

Actions #2

Updated by Susanne Moog over 5 years ago

  • Category set to Link Handling, Site Handling & Routing
Actions #3

Updated by Anja Leichsenring over 5 years ago

  • Status changed from New to Closed

has been fixed meanwhile, can not reproduce anymore.

Actions

Also available in: Atom PDF