Convert 404/500 or any other error code to 301

130 views Asked by At

I have site in Mvc and i want that any URL with error code 404 will redirect to 301. Where i can do this permanently(Web.Config/IIS) and how? Please suggest me the option keeping in mind the SEO part of a site.

I have hundreds of Urls generating 404 and 500 errors i want to redirect them to site base url "www.site.com"

I have error links like this: www.site.com/index.php?page=item&id=39

www.site.com/Ad/Detail/b7bd026f-3ba2-444f-8786-6e551d6e1668

0

There are 0 answers