I have installed module shindig on kohana 3 and the one thing is that if I go to mainpage. com/blog/ where shindig is placed I get everywhere on main page get mainpage .com/blog/othercontroller or mainpage .com/blog/secondcontroller
so every controller get prefix of blog...I want to get rid off it on other controllers
so how can I get rid of it, I suppose in routes of shindig in init.php https://github.com/kerkness/shindig
so any help on this would be great...tnx