Fix links not working under skimax domain

This commit is contained in:
Björn Fromme
2019-08-21 10:06:24 +02:00
parent 910942b206
commit cb1a8c47d4
2 changed files with 28 additions and 12 deletions
+13 -9
View File
@@ -1,9 +1,12 @@
rootPageId: 9
base: 'https://www.ep-reisen.de'
base: /
baseVariants:
-
base: 'https://eptypo3.burn.dpn'
condition: 'applicationContext == "Development"'
-
base: 'https://schnee-event.burn.dpn'
condition: 'applicationContext == "Development/Skimax"'
languages:
-
title: Deutsch
@@ -125,7 +128,7 @@ routeEnhancers:
- 41
routes:
-
routePath: '/ergebnis'
routePath: /ergebnis
_controller: 'Search::searchresult'
defaultController: 'Search::searchresult'
StaticResultsPlugin:
@@ -147,7 +150,8 @@ routeEnhancers:
type: Extbase
extension: EpProducts
plugin: reseller
limitToPages: [1483]
limitToPages:
- 1483
routes:
-
routePath: '/{reseller_code}'
@@ -187,11 +191,11 @@ routeEnhancers:
routeFieldName: uid
PageTypeSuffix:
type: PageType
default: '/'
default: /
index: ''
map:
'/': 0
'/json': 1701
'/html': 1702
'.json': 1803
'sitemap.xml': 1533906435
/: 0
/json: 1701
/html: 1702
.json: 1803
sitemap.xml: 1533906435