Bulk import 301 redirects in IIS 6.0
Posted
by pkiddie
on Stack Overflow
See other posts from Stack Overflow
or by pkiddie
Published on 2010-05-04T09:53:59Z
Indexed on
2010/05/04
9:58 UTC
Read the original article
Hit count: 485
Is there a mechanism, or any additional tools that I can make use of to bulk import 301 redirect rules into an IIS6.0 web application? I want to be able to 301 redirect some old .htm pages to their new home on a CMS to ensure the current search index entries resolve OK and don't 404, but there are roughly ~50 pages. The only way I've found to achieve this is to create dummy .htm files and then right click on the file->File tab->Redirect to a URL radio button within the IIS MMC snapin, which is a little laborious over the number of pages.
Thanks.
© Stack Overflow or respective owner