I've just got an SSL certificate for my website, but as default when I just write down mywebsite.com the browser brings me to http://mywebsite.com instead of https://mywebsite.com.
Googling I found people saying to redirect from the old URLs to the secure ones, but how can I? Should I check for every single page whether or not my website is on a secure URL?
Furthermore, visiting SSL protected websites and opening their source code, I can't even look at view-source:http://securewebsite.com, because it redirects me to view-source:https://securewebsite.com (it wouldn't do so with a simple redirect to the new URL).
So how can I make every visit to mywebsite.com a visit to the secure website and not the unsecure one?
EDIT:
I'm using a register.it
domain and hosting it from 000webhost.com