data(); if (!$this->getResponse()->isFinished() && $link = $page->redirectionLink()) { $this->redirect($link, 301); } return parent::handleAction($request, 'handleIndex'); } /** * If we ever get this far, it means that the redirection failed. */ public function getContent() { return "
"; } }