It is my first time to have this https on my server, and with that I am wondering how will I do this.
I don't want my site to have the https entirely, just some parts of it. Say for example:
- https://mysite.com/register
- https://mysite.com/login
- https://mysite.com/user (and other segments after /user)
I want to have other links than that be enforce by the browser to use http only.
What is the best approach or practice here that I need to know?