Just create a CSV file with 3 columns. Place the information in the columns in this order:
Status (301,302,inactive)
Request URL
Redirect To (ID or URL)
I can’t attach a CSV file here, but if my old site was test.com and my new site was new.com, the above would read like this:
Column A: 301
Column B: http: //www.test.com/products
Column C: http: //www.new.com/products
My boss just gave me the above info – hope it helps!
*Ignore the space after the http: – had to do that to keep them from being active links here.