Skip to content

Instantly share code, notes, and snippets.

@leonlaser
Last active March 18, 2019 14:13
Show Gist options
  • Save leonlaser/08383c4b2df72453f07c338185c550d6 to your computer and use it in GitHub Desktop.
Save leonlaser/08383c4b2df72453f07c338185c550d6 to your computer and use it in GitHub Desktop.
[Configure TYPO3 CMS 404 page] #typo3 #404 #pagenotfound
<?php
$GLOBALS['TYPO3_CONF_VARS']['SYS']['curlUse'] = 1;
$GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling'] = '/page-not-found-page/';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment