acme_admin_dashboard: pattern: /{_locale}/admin defaults: { _controller: AcmeBundle:Admin:dashboard }
I want this route to be accessible a
Just type :
/** * @Route("/route/of/some/page/") */
so
www.example.com/route/of/some/page
and
www.example.com/route/of/some/page/
are accepted...