Skip to content

Instantly share code, notes, and snippets.

@Digi92
Created October 7, 2016 10:34
Show Gist options
  • Select an option

  • Save Digi92/cc84af1f3da647f8b83c35c5523050aa to your computer and use it in GitHub Desktop.

Select an option

Save Digi92/cc84af1f3da647f8b83c35c5523050aa to your computer and use it in GitHub Desktop.
Call the 404 Page Handling process. Page-not-found handler for use in frontend plugins from extensions.
<?php
/** @var \TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController $GLOBALS['TSFE'] */
$GLOBALS['TSFE']->pageNotFoundAndExit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment