Как установить универсальную не найденную страницу в symfony 4.1?Следующий код
/**
* @Route("/{notfoundurl}", name="path_notfound")
*/
public function notFound() {
return $this->render('templates/bundles/TwigBundle/Exception/error404.html.twig', []);
}
сопротивляется, используя другие URL, такие как / login
http://localhost:8000/login
Спасибо