301 redirect bulk aspx URLs on IIS
Posted
by
tiki16
on Pro Webmasters
See other posts from Pro Webmasters
or by tiki16
Published on 2013-01-21T18:30:16Z
Indexed on
2013/10/21
22:05 UTC
Read the original article
Hit count: 527
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.
© Pro Webmasters or respective owner