How to present it in a (pseudo)code solution to this issue?
I tried to access the HTTPS URL over the HTTP site. It redirects to the HTTPS correctly without my knowledge. Could anyone explain how it works and what can go wrong with this?
How to present it in a (pseudo)code solution to this issue?
I tried to access the HTTPS URL over the HTTP site. It redirects to the HTTPS correctly without my knowledge. Could anyone explain how it works and what can go wrong with this?
2
Answers
nothing if you have everithing right in .htaccess file
There are two things that could go wrong that I can think of in an HTTP -> HTTPS redirect:
There are probably more conditions, but these stand out to me.