I'm developing a bundle with frontend and backend. I follow instructions about the best way to structure controllers and views for backend and frontend parts here and here. But I can't find how to specify subdirectories in my routing configuration file. I try to put this, but it does not work.
post:
pattern: /
defaults: { _controller: "HavactBlogBundle:Backend/Post:Backend/index" }