This one's got me...all I'm trying to do is use the HTTP Redirect feature in IIS 8 to redirect to a different page/directory, but when I do, it says this page has a redirect loop.
The site has bindings as such:
http <blank> 80 *
https de.com.edu 443 *
In HTTP Redirect I'm trying to redirect to
https://de.com.edu/webapps/login/?action=relogin
And I'm checking the box that says "redirect all requests to exact destination". Then as I said I just get a "this page has a redirect loop". Any advice?