2012-05-19 04:43:10 +02:00
|
|
|
---
|
|
|
|
Name: modelascontrollerroutes
|
2012-08-28 05:46:33 +02:00
|
|
|
Before: '*'
|
|
|
|
After: '#rootroutes'
|
2012-05-19 04:43:10 +02:00
|
|
|
---
|
|
|
|
Director:
|
|
|
|
rules:
|
2012-06-20 08:40:09 +02:00
|
|
|
'': 'RootURLController'
|
2012-05-19 04:43:10 +02:00
|
|
|
'$URLSegment//$Action/$ID/$OtherID': 'ModelAsController'
|
2013-01-29 14:59:54 +01:00
|
|
|
'StaticExporter//$Action/$ID/$OtherID': 'StaticExporter'
|
|
|
|
'RebuildStaticCacheTask//$Action/$ID/$OtherID': 'RebuildStaticCacheTask'
|
|
|
|
'RemoveOrphanedPagesTask//$Action/$ID/$OtherID': 'RemoveOrphanedPagesTask'
|
|
|
|
'SiteTreeMaintenanceTask//$Action/$ID/$OtherID': 'SiteTreeMaintenanceTask'
|
|
|
|
'SiteTreeMaintenanceTask//$Action/$ID/$OtherID': 'SiteTreeMaintenanceTask'
|
2012-06-03 22:45:42 +02:00
|
|
|
---
|
|
|
|
Name: legacycmsroutes
|
2012-08-28 05:46:33 +02:00
|
|
|
After: '#adminroutes'
|
2012-06-03 22:45:42 +02:00
|
|
|
---
|
|
|
|
Director:
|
|
|
|
rules:
|
2012-08-28 03:55:49 +02:00
|
|
|
'admin/cms': '->admin/pages'
|