I dont have a controller action for homepage because Sonata Page is mandatary. But when user is already authenticated and return to the root / (basically the homepage), I want that new homepage for a authenticated user became his dashboard (address /profile/) That's why I figured out a redirection from homepage (/) to dashboard (/profile/).
Where/How can I put this redirection? (and avoid a javascript redirection)
Thanks for any help