I have installed SSL on my server. My question is how can i forcehttps only on selected controllers/pages via the acegi plugin.
Acegi plugin supports a property forcehttps, which when set to true makes all the pages secured once the user logs in. I want to change this behaviour where once the users log off, they should be redirected to the unsecure page. So in essence http>https>http.
Thanks, WB