How to I redirect to 404 page ("page not found") at preDispatch? Normally within action I can simply write:
throw new Zend_Controller_Action_Exception('Page is not found!', 404);
Ve uygun sayfaya yönlendirir. Onu nasıl preDispatch için çalışmak yapabilirim?