mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX Redirecting legacy admin/cms URL to new admin/pages (fixes #7409)
This commit is contained in:
parent
8847506322
commit
6ed5ef9648
@ -5,3 +5,10 @@ Before: '*'
|
||||
Director:
|
||||
rules:
|
||||
'$URLSegment//$Action/$ID/$OtherID': 'ModelAsController'
|
||||
---
|
||||
Name: legacycmsroutes
|
||||
After: '*'
|
||||
---
|
||||
Director:
|
||||
rules:
|
||||
'admin/cms': '->admin/pages'
|
Loading…
Reference in New Issue
Block a user