I'm running Drupal 5.5. We've migrated our website from an old IIS ColdFusion-based system. I had manually pointed all the old pages to pages on the new Drupal site, but it's time for the old server to be shut down and its name will be assigned to the IP address of the new server. I'd like to make sure links to old pages still get directed to the correct new page. I have a spreadsheet that correlates the old URLs with the new (by node). Can I import this through MySQL? I can see how I'd fill src and dst fields, but I'm not sure about the pid. Will that be automatically created, or do I need to generate values somehow?
Thanks