Absolutely , nobody like to see that 404 Page not found!
Also you can customize that page :!:
To get your web host to use your "not found" page instead of it's
own, you usually need to make an entry to your .htaccess file.
Like this : .htaccess entry:
ErrorDocument 404 /404.html
The '/404.html' part is the page I created which is delivered to surfers
if the page they request is not found by the server.
You can name it anything you want, it does not have to be named 404.html.
With web hosts using cpanel, click ERROR PAGES, then click 404.
You should get a box where you can type stuff in. Just put a link
to your home page in there and click the SAVE button.
Later you can download that page and edit it with your editor at
your leisure and then upload it. You can design it anyway you
want .
|