301 redirect bulk aspx URLs on IIS
- by tiki16
We recently relaunched an old ASPX site as a new Drupal site on the same domain. No 301 redirect was implemented.
I have outputted a list of 1000 URLs that need to be 301 redirected. Most of the URLs are the results of search queries that were committed on the website. I.E.:
http://www.mysite.com/electronics/CommunityDetails.aspx?FirstLetter=%&ID=444
We are running a Drupal site on IIS using a PHP plugin. Is there a way I can wild card a redirect of all ASPX pages? I know I can do it with .htaccess but that doesn't apply here. Any suggestions appreciated.