well this plugin is good but if you want to save yourself from installing an extra plugin then you can edit you 404.php with the code below and then all you broken links will be redirected to your homepage.Code:[B]Link Juice Keeper[/B] - Redirects any broken links to my site to my homepage (essential when using aged domains)
i hope someone would find it valuable.Code:<?php //Simple Redirect for WordPress. header("HTTP/1.1 301 Moved Permanently"); header("Location: ".get_bloginfo('url')); exit(); ?>
Thanks
omniturbo