By ithacaindy on
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?
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
Well you can create a custom
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.