How to: Redirect 404 (page not found) pages in PHP and Apache – Internet Explorer problem
Sometimes you want your client to see a different page then the default 404 (page not found)
To do this you just need to add and entry to .htaccess file on your web folder:
ErrorDocument 404 /404err.php
404err.php is an example of the PHP page you want the Apache to serve instead of the apache default.