ErrorDocument 404 /directory/filename.ext

you might want to automatically send them back to your home page so you could do something like this (change .PHP to .HTM, .HTML, or whatever is your default extension):

ErrorDocument 404 /index.php

Kevin