标签: php symfony http-status-code-404
如何使用Symfony2将404错误重定向到另一条路线,例如我家。
我想如果用户尝试输入/badspelling.php没有显示404错误页面,而不是我需要重定向到我的/home.php
有可能吗?
答案 0 :(得分:1)
我认为您的问题与此相同:Show a specific route instead of error page (404) (仅更改重定向的页面)