if you want to redirect a particular page somewhere and have PHP, you can use this.
<?
header ("Status: HTTP/1.1 301 Moved Permanently");
header("Location:
http://www.yoursite.com");
?>
htaccess entry
ErrorDocument [number] [file path]
ie.
ErrorDocument 404 /error.htm