You could add this code snippet in a .htaccess file too, it will redirect any 404/missing pages to your index/homepage
Code:
ErrorDocument 404 /index.php
Open notepad, copy/paste the above snippet & name the file .htaccess
(no filename, just .htaccess) & upload it to your root directory.
Its a good idea to have this, if you have changed page/file names or not too.
404's do noone any good
cheers