Skip to content

Instantly share code, notes, and snippets.

@robertlemke
Created July 16, 2013 07:04
Show Gist options
  • Save robertlemke/6006430 to your computer and use it in GitHub Desktop.
Save robertlemke/6006430 to your computer and use it in GitHub Desktop.
TYPO3 Flow Fallback Route
##
# Fallback route
-
name: 'fallback'
uriPattern: ''
defaults:
'@package': 'TYPO3.Flow'
'@subpackage': 'Mvc'
'@controller': 'Standard'
'@action': 'index'
'@format': 'html'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment