Mass 301 redirects mvc
Posted
by
Massive Boisson
on Stack Overflow
See other posts from Stack Overflow
or by Massive Boisson
Published on 2011-01-14T23:13:14Z
Indexed on
2011/01/15
8:53 UTC
Read the original article
Hit count: 209
Hi
(this is a common problem with few twists).
We are on IIS 6, without ISAPI_Rewrite with .net 4 and mvc 2 app.
We would like to 301 forward bunch of old urls to matching new urls. (We are deploying a new site and google index will still point to old urls, and we need to map those urls to new urls)
a) Is there a way to do this through IIS (but without ISAPI_Rewrite) and how? b) Is there a way to do this through the application code and how?
All answers really appreciated,
Thanks a lot
--MB
© Stack Overflow or respective owner