I have a application in cakephp 1.2.5 and i'm try to redirect in another function using
$this->redirect(array('controller'=>'controller','action'=>'action'));
before redirect my website url is https://example.com/controller/action but after redirect its changed to non ssl like http://example.com/controller1/action how can i redirect to ssl
Please help me if any one have any idea.