I guess the title says it all. I want anytime the browser to makes a request starting with http:// to change to https://
I am using the F3 framework, so I have routes set up. I'm not sure if I should add a route for this? If so, what would the line look like?
Or should I modify the .htaccess file in the f3 document root? I have been trying this route and it is not working. All browser requests with http:// are remaining that way. I have been modifying the .htaccess in the f3 folder according to the following:
How to redirect all HTTP requests to HTTPS
And, it's not working at all.