Fix route enhancers to append trailing slash for missed domains
This commit is contained in:
@@ -22,5 +22,18 @@ errorHandling:
|
||||
errorCode: '404'
|
||||
errorHandler: Page
|
||||
errorContentSource: 't3://page?uid=608'
|
||||
routes: { }
|
||||
routeEnhancers: { }
|
||||
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"
|
||||
routeEnhancers:
|
||||
PageTypeSuffix:
|
||||
type: PageType
|
||||
default: '/'
|
||||
index: ''
|
||||
map:
|
||||
'/': 0
|
||||
'/json': 1701
|
||||
'/html': 1702
|
||||
|
||||
|
||||
Reference in New Issue
Block a user