Skip to content

Instantly share code, notes, and snippets.

@RWOverdijk
Created May 23, 2012 20:44
Show Gist options
  • Save RWOverdijk/2777681 to your computer and use it in GitHub Desktop.
Save RWOverdijk/2777681 to your computer and use it in GitHub Desktop.
cms route
'routes' => array(
'cms' => array(
'type' => 'Regex',
'priority' => '-1000',
'options' => array(
'route' => '/(?<slug>.*)',
'defaults' => array(
'controller' => 'index',
'action' => 'page',
),
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment