In 3.0, doing $Action => SomeController would redirect all action requests to that default controller. In 3.1, you need to do //$Action => SomeController but it didnt work - those initial slashes broke matching