Redirects
Is it possible to set IIS to redirect while maintaining the URL?
- So user hits www.site.domain.com/page1
- The IIS site detects http://www.site.domain.com/ and changes it to http://www.site.com with a 301
- Thus sending the user properly to http://www.site.com/page1
Is that a thing?...or it would only send me to the root domain
Hi Steve,
Yes, this is possible by setting new IIS rules. Here is a blog post relating this issue:
http://www.automatedresults.com/learn/sitefinity_blog/10-11-02/Canonical_Redirect_using_IIS_7_0.aspx
Please, feel free to contact me if you need further assitance.
All the best,
Svetoslav Petsov
the Telerik team
Oh perfect...so I believe the rewrite module is PART of IIS 7.5 correct?...or is it still that add-on
Hi Steve,
No, it is still an extension, which you can download from the official IIS site (there is a link in the blog post as well):
http://www.iis.net/download/URLRewrite
Best wishes,
Svetoslav Petsov
the Telerik team