I want to convert a site from an ASP based site to a Drupal/PHP based site. The site contains over 500 links but many of them are dynamic links in the form:
discussion.asp?T=123&P=987
newsletter.asp?ID=456
etc.
I need a way to identify all of these links so that I can setup some sort of rewrite to the new equivalents. I was considering [
xml-sitemaps.com...] but I don't really want to pay $20 for the unlimited product as I'll only need this one time.
Does anyone know of any other tools that can spider a site and create a large sitemap or list of links on the site?