In router Router.group('/index', 'index', function() { this.route('/', {name: 'dashboard', sitebar: true, navbarTop: false}); this.group('/resource', 'resource', function() { this.route('/:id/resource', { name: 'show', }); }); }); When i click it show http://localhost:3000/Fxc3rYgxdWmvPWyi6 i want this http://localhost:3000/index/resource/Fxc3rYgxdWmvPWyi6