I would like to have pretty 404 pages, as well as other error pages.
I redirected all the errors (400, 401, 403, 404, 500, 502, 504) to my error.php.
Apache provides a lot of information in $_SERVER variable.
Do you know if there is good a ready script I can use for my error pages?