Fix route enhancers to append trailing slash for missed domains
This commit is contained in:
@@ -93,13 +93,13 @@ routeEnhancers:
|
|||||||
location_type: \d+
|
location_type: \d+
|
||||||
aspects:
|
aspects:
|
||||||
travel_type:
|
travel_type:
|
||||||
type: StaticRangeMapper
|
type: PersistedAliasMapper
|
||||||
start: '1'
|
tableName: tx_epevents_domain_model_traveltype
|
||||||
end: '100'
|
routeFieldName: uid
|
||||||
location_type:
|
location_type:
|
||||||
type: StaticRangeMapper
|
type: PersistedAliasMapper
|
||||||
start: '1'
|
tableName: tx_epevents_domain_model_location
|
||||||
end: '100'
|
routeFieldName: uid
|
||||||
ContactFormPlugin:
|
ContactFormPlugin:
|
||||||
type: Extbase
|
type: Extbase
|
||||||
extension: EpEvents
|
extension: EpEvents
|
||||||
@@ -117,6 +117,12 @@ routeEnhancers:
|
|||||||
travel_type: \d+
|
travel_type: \d+
|
||||||
aspects:
|
aspects:
|
||||||
travel_type:
|
travel_type:
|
||||||
type: StaticRangeMapper
|
type: PersistedAliasMapper
|
||||||
start: '1'
|
tableName: tx_epevents_domain_model_traveltype
|
||||||
end: '100'
|
routeFieldName: uid
|
||||||
|
PageTypeSuffix:
|
||||||
|
type: PageType
|
||||||
|
default: '/'
|
||||||
|
index: ''
|
||||||
|
map:
|
||||||
|
'/': 0
|
||||||
|
|||||||
@@ -22,5 +22,18 @@ errorHandling:
|
|||||||
errorCode: '404'
|
errorCode: '404'
|
||||||
errorHandler: Page
|
errorHandler: Page
|
||||||
errorContentSource: 't3://page?uid=608'
|
errorContentSource: 't3://page?uid=608'
|
||||||
routes: { }
|
routes:
|
||||||
routeEnhancers: { }
|
-
|
||||||
|
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