Fresh unaltered installation of INVO works as it should. However, i always get Page not found when i try to create my own controllers and views. Even if i rename existing and working controllers (such as About) they also become "Not found".
1) I create the file: TestController
2) I rename the class: class TestController extends ControllerBase
3)I create a folder and view in views: views/test/index.volt
This works on my other projects, so what am i doing wrong here??