I can probably do that in the .htaccess file but is that important? Not redirecting them? In the example below we don't actually tell it specifically to use https apart from the 0 and 1 value.
http = CreateHTTPConnection()
SetHTTPHost( http, "www.appgamekit.com", 0 )
Hopefully this set up will work?:
OLD VERSION OF THE APP
http = CreateHTTPConnection()
SetHTTPHost( http, "www.appgamekit.com", 0 )
NEW VERSION OF THE APP
http = CreateHTTPConnection()
SetHTTPHost( http, "www.appgamekit.com", 1 )
SERVER SETTINGS WITH SSL
Redirect http to https