404 redirection in typo3
You should have to set below 2 line in “localconf.php” file
$TYPO3_CONF_VARS['FE']['pageNotFound_handling'] = 'REDIRECT:http://YOUR_SITE_PATH/index.php?id=420'; $TYPO3_CONF_VARS["FE"]["pageNotFound_handling_statheader"] = 'HTTP/1.1 404 Not Found';
Best Luck
If you have any query then feel free to contact me at Jainish Senjaliya
Thanks Jainish.
Keep it up… Cheers…