How to prevent access to website without SSL connection?
- by CraigJ
I have a website that has an SSL certificate installed, so that if I access the website using https instead of http I will be able to connect using a secure connection.
However, I have noticed that I can still access the website non-securely, ie. by using http instead of https.
How can I prevent people using the website in a non-secure manner?
If I have a directory on the website, eg. samples/, can I prevent non-secure connections to just this directory?