Hi i use go location on my site and notice the warning message:
getCurrentPosition() and watchPosition() are deprecated on insecure origins, and support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
with jushost you get a free shared ssl certificate: https://my.justhost.com/cgi/help/126
so i set this up my link is something like https://justxxx.justhost.com/~justxxx/office/index.php. this is a parked domain. the question when the user enters http//office.xxxx/index.php i would like show https//office.xxxx/index.php in the address put redirect to https://justxxx.justhost.com/~justxxx/office/index.php. Not sure how to go about this. I think it can be done in the .htaccess file but i am a little lost. Any help would be great Thanks Jon