diff --git a/_config.php b/_config.php index 46a1d0658..b8ceeef25 100755 --- a/_config.php +++ b/_config.php @@ -30,11 +30,6 @@ Director::addRules(10, array( 'interactive' => 'SapphireREPL', )); -Director::addRules(1, array( - '$URLSegment//$Action/$ID/$OtherID' => 'ModelAsController', -)); - - /** * PHP 5.2 introduced a conflict with the Datetime field type, which was renamed to SSDatetime. This was later renamed * to SS_Datetime to be consistent with other namespaced classes.