Symfony2 default locale in routing

前端 未结 12 2279
猫巷女王i
猫巷女王i 2020-12-01 04:41

I have a problem with routing and the internationalization of my site built with Symfony2.
If I define routes in the routing.yml file, like this:

exampl         


        
12条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-01 05:13

    root:
        pattern: /
        defaults:
            _controller: FrameworkBundle:Redirect:urlRedirect
            path: /en
            permanent: true
    

    How to configure a redirect to another route without a custom controller

提交回复
热议问题