Skip to content

Instantly share code, notes, and snippets.

@pumatertion
Created April 10, 2014 13:19
Show Gist options
  • Save pumatertion/10381377 to your computer and use it in GitHub Desktop.
Save pumatertion/10381377 to your computer and use it in GitHub Desktop.
# #
# 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. #
# #
##
# PIPEU.Site subroutes
#-
# name: 'PIPEU.Site'
# uriPattern: '<PIPEUSiteSubroutes>'
# subRoutes:
# 'PIPEUSiteSubroutes':
# package: 'PIPEU.Site'
##
# TYPO3 Neos subroutes
-
name: 'TYPO3 Neos'
uriPattern: '<TYPO3NeosSubroutes>'
subRoutes:
'TYPO3NeosSubroutes':
package: 'TYPO3.Neos'
variables:
'defaultUriSuffix': '.html'
##
# TYPO3.Flow subroutes
-
name: 'TYPO3.Flow'
uriPattern: '<TYPO3FlowSubroutes>'
subRoutes:
'TYPO3FlowSubroutes':
package: 'TYPO3.Flow'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment