|
Theres a few things you could do. It all depends on how your site is set up.
The easiest thing would be to make your 404 error page automatically redirect them to the main page of the site, then you could just delete the old pages. If the old site is in directories which are no longer used you could limit the 404 pages to these directories (using .htaccess) and then you could still have a standard 404 page.
Alternately, if the pages have the same names but are located somewhere else, you could use .htaccess to redirect them, or if they were slightly different mod_rewrite.
A third option would be to change all the old pages to meta refresh to the main page.
Just a few ideas for you there, you might be able to get one of them to do what you want. Let me know if you want any help with any of them.
__________________
Please login or register to view this content. Registration is FREE - Everything a webmaster needs - for free
Please login or register to view this content. Registration is FREE - Free web hosts reviewed and rated
Please login or register to view this content. Registration is FREE - Impartial hosting directory - Add your host today for FREE
|