This document discusses how to migrate a legacy website into Drupal. It recommends using the MySQL Migration Toolkit to import content from another database into MySQL. Then use Drupal modules like Views, Schema, Table Wizard and Migrate to access and import that content into Drupal nodes. Pathauto can help set URL paths. .htaccess redirects ensure old URLs still work. The Migrate module maps legacy data to Drupal fields and imports content while keeping track of relationships. Redirects are also set up in .htaccess to point old URLs to new Drupal paths.