$indexController->redirect( array( 'controller' => 'checkout', 'action' => 'shippingPayment', 'sTarget' => 'checkout', 'sTargetAction' => 'confirm', ) );
$indexController->forward('shippingPayment');