Re: Force SSL (HTTPS) Component, Finalization Help

2008-07-01 Thread Daniel E.
'] == $this->_getConfig('controller') && $arySSL['action'] == '*'){ $bolForced = true; } } $objController = $this->_getConfig('objController');

Force SSL (HTTPS) Component, Finalization Help

2008-07-01 Thread Daniel E.
Hello All, I managed to get my component working but would like to call cake's native 'redirect' instead of "header('location...", if it is possible... Does anyone know how this can be done? ~/app/app_controller.php: SSL->reset=false;//requests continue in https if false, default = true