The legacy module provides legacy handlers for upgrades from older installations. These handlers help automatically redirect references to pages from old installations and prevent page not found errors for your site.

The legacy module handles legacy style taxonomy page, taxonomy feed, and blog feed paths. It also handles URL upgrades from Drupal 4.1. It rewrites old-style URLs to new-style URLs (clean URLs).

Example Mappings:

  • taxonomy/page/or/52,97 to taxonomy/term/52+97.
  • taxonomy/feed/or/52,97 to taxonomy/term/52+97/0/feed.
  • blog/feed/52 to blog/52/feed.
  • node/view/52 to node/52.
  • book/view/52 to node/52.
  • user/view/52 to user/52.

Legacy module has no configurable options and does not need to be enabled for new Drupal sites.