i need to have route with slug like this : mysite.com/julien, mysite.com/fabien, etc..
I have tried to put the route pattern "(:slug)" at the end of routes.php files. It's work, but if i want to go on other page with no route, just "controller/action/params" it's doesn't work.
The problem is if i want to go on controller/action with no route (like: mysite.com/mycontroller/myaction), the route "adherent_view_page" is selected, it's not a 404 route