IIS 301 Redirect from "/index.html" to "/" for SEO Canonicalization
Posted
by brainbolt
on Server Fault
See other posts from Server Fault
or by brainbolt
Published on 2010-02-23T22:09:53Z
Indexed on
2010/04/05
16:03 UTC
Read the original article
Hit count: 605
I used the technique explained here for IIS (http://www.webconfs.com/how-to-redirect-a-webpage.php), but this appears to result in an infinite loop when applied to "/index.htm" and redirected to "/". Is there another way to do this in IIS so that it doesn't loop infinitely?
This page is static HTML, so I can't implement an ASP or ASP.net solution. Any ideas?
© Server Fault or respective owner