Apply https for a particular module

2010-02-28 Thread SeeVik
Hello all I am using Cakephp 1.1 for my webapp and I want to use https when the user logs in his user account. For guest users I want the simple http connection to be used. Can this be done by using some setting in cakephp or should it be set it in Apache configuration? Thanks and Regards

Re: Apply https for a particular module

2010-02-28 Thread Jeremy Burns
This should get you started: http://book.cakephp.org/view/268/Usage This works in 1.2 and 1.3 - I can't confirm that the same for 1.1 though. Jeremy Burns On 1 Mar 2010, at 04:28, SeeVik wrote: Hello all I am using Cakephp 1.1 for my webapp and I want to use https when the user logs in