you add it in the .htaccess file... one line per redirect ie:
Code:
redirect 301 /contact.php http://www.mikemason.us
That would send hits to an old page (contact.php) to your homepage
*Note I know it's an old post... thought I'd add to it for new users:)