I have URL Rewrite set to forward http to https and also append the name of web app (let's saymyapp).
So when user hits http://mysite.us.com/ it goes tohttps://mysite.us.com/myapp
The problem is, it doesn't forward if someone puts in https://mysite.us.com, it will not redirect to https://mysite.us.com/myapp
It just shows the IIS page.
I am not sure how to get this to work for both http://mysite.us.com and https://mysite.us.com to both redirect tohttps://mysite.us.com/myapp at the same time.
I was able to get one or the other to redirect but not both of them.
I currently have this set up:
Thank you for any help.