Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

bugfix single domain redirect #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jenswittmann
Copy link

I came across of this problem with the following domains:

domain context
jens.de web (default)
jens.de/de/ web
jens.eu en
jens.eu/en/ en

The Domain jens.eu redirects to the default web context, but have to redirect to en in this situation. So i think the problem is a missing match. For my project this solution solved it.

I came across of this problem with the following domains:

domain | context
----|----
jens.de | web (default)
jens.de/de/ | web
jens.eu | en
jens.eu/en/ | en

The Domain jens.eu redirects to the default `web` context, but have to redirect to `en` in this situation. So i think the problem is a missing match. For my project this solution solved it.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant