Is it possible to automatically redirect HTTP to HTTPS?

Can I amend my host file in such a way that when I visit http://www.hsbc.co.uk it will redirect me to https://www.hsbc.co.uk? or is there another way to achieve this.

link|improve this question
feedback

2 Answers

HTTPS Everywhere is a good start, if you want a custom brew solution then use Privoxy to rewrite URLs.

Please note that the hosts file is to give domains a new IP and only just that...

link|improve this answer
feedback

HTTP and HTTPS are different protocols. Your hosts file (or DNS) does not determine what protocol is used.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.