[FLOW3-general] No controller youl be resolved for routeParts

Bastian Waidelich bastian at typo3.org
Wed Nov 21 15:24:17 CET 2012


Bastian Waidelich wrote:

> Most probably the
> Flow default routes. You shouldn't include them in your own applications.

..or at least *underneath* your custom routes. So in your global 
Configuration/Routes.yaml:

-
   name: 'MyPackage Routes'
   uriPattern: '<MyPackageSubroutes>'
   subRoutes:
     MyPackageSubroutes:
       package: My.Package

##
# Flow subroutes
#

-
   name: 'Flow'
   uriPattern: '<FlowSubroutes>'
   defaults:
     '@format': 'html'
   subRoutes:
     FlowSubroutes:
       package: TYPO3.Flow


-- 
Bastian Waidelich
--
Core Developer Team

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the FLOW3-general mailing list