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. IE
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 in .htaccess but that doesn't apply here. Any suggestions appreciated. thanks
