I will soon be moving my current site to Drupal. The move will likely bring a flood of 404 errors, due to the changed URL pathways. What is the best way to handle broken requests?

Comments

gooney0’s picture

Well you can create a custom error page which includes a search form. Even better try:

Google 301 Checker

http://drupal.org/project/google301

It will find missing pages and let you create redirects quite easily.