I have a controller plugin that is detecting if the site has been set to maintenance, if it has, i want it to _forward to the maintenance controller to display the 'sorry...' message.
I don't want to use a redirect as this will change the current url the user is on, but _forward is a Zend_Controller_Action protected method so can't be called out of context, how do I do this?