# # # Routes configuration # # # # This file contains the configuration for the MVC router. # # Just add your own modifications as necessary. # # # # Please refer to the Flow manual for possible configuration options. # # # - name: 'Analytics' uriPattern: 'Mycompany.Analytics' defaults: @package: 'Mycompany.Analytics' @controller: 'Customer' @action: 'Index' @format: 'html' subRoutes: 'BlogSubroutes': package: 'Mycompany.Analytics' ## # Subroutes from the Welcome package. # # If the package "Welcome" is installed, its fallback route will point to an # informative welcome screen. - name: 'Welcome' uriPattern: '' subRoutes: WelcomeSubroutes: package: TYPO3.Welcome ## # Flow subroutes # - name: 'Flow' uriPattern: '' defaults: '@format': 'html' subRoutes: FlowSubroutes: package: TYPO3.Flow