1622c1622,1626 < throw new PageNotFoundException($message, 1402043263); --- > if ($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling']) { > $this->pageNotFoundAndExit($message); > } else { > throw new PageNotFoundException($message, 1402043263); > } 1708c1712,1716 < throw new PageNotFoundException($message, 1301648328); --- > if ($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling']) { > $this->pageNotFoundAndExit($message); > } else { > throw new PageNotFoundException($message, 1301648328); > } 1716c1724,1728 < throw new PageNotFoundException($message, 1301648358); --- > if ($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling']) { > $this->pageNotFoundAndExit($message); > } else { > throw new PageNotFoundException($message, 1301648358); > } 1723c1735,1739 < throw new PageNotFoundException($message, 1301648404); --- > if ($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling']) { > $this->pageNotFoundAndExit($message); > } else { > throw new PageNotFoundException($message, 1301648404); > }