7 lines
302 B
Markdown
7 lines
302 B
Markdown
# 404 Page
|
|
|
|
404 page is created like any other page.
|
|
Create a 404.php in your controllers and a 404.html.twig in your views.
|
|
anytime a resource is not found by the router, it will default to this controller.
|
|
if you do not have this controller in your app, it will default to the novaconium 404 page.
|