Hi all, i think it's a simple and basic question: what's the best way to manage and create a personalized 404 page???
thanks!!
CommentAuthorfrancois
Hi delia,
You have to create a 404.php file into the folder /public of your application. Akelos calls this file when a 404 HTTP code is returned by the app. You have a sample under the framework folder /akelos/test/fixtures/public/404.php
CommentAuthordelia
thanks francois!!!
CommentAuthorOliver
Akelos calls this file when a 404 HTTP code is returned by the app.
Is it possible to use Sintags on the customized 404 page? I mean because it lies inside the /public/ folder where no "connections" to controller,etc. are available...