I have project which is here http://www.example.com. I can simply login with this link but can't login https://www.example.com. How to change the CakePHP default redirection.
The site is working properly when I use http but not working with https.
https://www.example.comexists and is accessible, CakePHP does not change host or protocol by default - whatever the problem is it's a misunderstanding, application config or application code (none of which is possible to solve from the info in the question).