05-17-05 10:52 PM
Dear Experts
I have two web sites e.g. mysite1.abc.com and mysite2.abc.com
First site has two web applications under it
mysite1.abc.com/webapp1/ and mysite1.abc.com/webapp2/
Now second site is merely a redirection to the second webapp under 1st
site i.e.
mysite2.abc.com -> mysite1.abc.com/webapp2/login.aspx
I have applied SSL certificate for both of them
Now the problem is when I say
http://mysite2.abc.com it takes me to
https://mysite1.abc.com/webapp2/login.aspx but when I say
https://mysite2.abc.com (notice https instead of http)
it takes me to https://mysite1.abc.com/webapp1/login.aspx (notice it is
webapp1)
Webapp1 is the default re-direction if somebody does not type the
correct URL and by using https it is going there.
Please suggest what I am doing wrong and what can be done to fix this.
Thanks
Tarun
[ Post a follow-up to this message ]
|