Fix links not working under skimax domain
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user