the path defined in the route is not correct symfony
问题 I try to redirect to a route after the succes of my form.. In dev it works perfectly my html: <input type="hidden" name="_target_path" value="{{ path('homepage') }}" /> my router: homepage: path: /homepage defaults: { _controller: 'App\Controller\HomePageController::hello' } I am redirected to : http://localhost:8000/homepage The problem is that in prod environment I am redirected to: https://mydomain.fr/mywebsite/public/mywebsite/public/homepage What I have to do in prod to be redirected to