Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to enable SSL in CakePhp.
Basically, SSL is a very important feature in a CakePHP web application. We can enable ssl https in our CakePHP application on the server. We can integrate tighter security in our application using security component.
We can enable SSL on live server by following these steps:-
1. We have to add or change our BASE_URL according our web application.
So, in our core.php we will add/change the BASE_URL definition to https like below code:
0 Comment(s)