标签: asp.net
我使用IIS7的HTTP Redirect功能将http://example.com次请求重定向到http://www.example.com,但此功能不能以https协议的方式使用。
HTTP Redirect
https
是否可以使用IHttpHandler来完成此任务?
IHttpHandler
答案 0 :(得分:1)
如果您使用IIS7,则可能需要尝试URL重写模块。
http://www.4guysfromrolla.com/articles/072810-1.aspx
http://www.jppinto.com/2010/03/automatically-redirect-http-requests-to-https-on-iis7-using-url-rewrite-2-0/