Project

General

Profile

Actions

Bug #87455

closed

Redirects for root path on Multi-Language page

Added by Deniz Laun over 5 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2019-01-16
Due date:
% Done:

0%

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

Description

I have a multi-lang page configuration with two languages, /de & /en paths.

If I create redirects in the module, I can only create working redirects that match the language.
So /de/test or /en/test.

A non-language-path redirect like /test is redirected directly to the default language - in my case /de.

rootPageId: 1
base: 'https://example.net/'
languages:
  -
    title: Deutsch
    enabled: true
    languageId: '0'
    base: /de
    typo3Language: de
    locale: de_DE.utf-8
    iso-639-1: de
    navigationTitle: Deutsch
    hreflang: de-DE
    direction: ltr
    flag: de
  -
    title: Englisch
    enabled: true
    languageId: '1'
    base: /en
    typo3Language: default
    locale: en_US.utf-8
    iso-639-1: en
    navigationTitle: English
    hreflang: en-US
    direction: ltr
    fallbackType: fallback
    flag: en-us-gb
errorHandling: {  }
baseVariants: {  }
routes:
  -
    route: robots.txt
    type: staticText
    content: "User-agent: *\r\nDisallow: /typo3/\r\nDisallow: /typo3_src/\r\nAllow: /typo3/sysext/frontend/Resources/Public/*\r\n" 


Files

87455.png (239 KB) 87455.png Oliver Hader, 2019-07-25 13:51

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #88902: Redirects are not resolved if there is a base path in default siteClosed2019-08-03

Actions
Actions

Also available in: Atom PDF