More details
Sorry - maybe I didn't make myself clear - I'm not dealing with a server at all, but my local client. Basically... when I enter
www.gmail.com in the browser, I want it to redirect me automatically to
https://www.gmail.com
Now... I have done the IIS and redirect thing, which works in part... with the absence of the redirect file, I get a blank screen for
www.gmail.com - fine...
when the file is there, I get redirected to gmail using https, but... now this is weird...
it only uses the https for the login screen - thereafter back to normal http for reading mail etc.
Now the way gmail normally works is - if you open
http://mail.google.com you get the https sign in screen and the regular http screen, which allows chats and other features.
If you open
https://mail.google.com, it gives you the https sign in screen and thereafter you get the https mail screen - with chat features disabled.
What I don't understand is why this redirect doesn't take one to the https gmail (only the sign in is secured)? It seems to be aware that the original request was for the http page for some reason.