|
Put the new ('used') domain on your server and watch the error log - you'll see each of the pages that are missing from the old site.
Add an .htaccess 301 redirect for each one as you see it showing up. Don't redirect them all just to your domain - pass around that great traffic to various deep links in your site, preferrably pages that are somewhat relevant to the old page.
|