[TYPO3-english] Problem with pageNotFound_handling TYPO3 v. 4.7

Brian Bendtsen bb at bellevuevej.dk
Mon Aug 12 13:25:02 CEST 2013


Hi

I'm trying to set up pageNotFound_handling, but it doesn't play nice.

I have tried all these settings:

$TYPO3_CONF_VARS['FE']['pageNotFound_handling'] = "/index.php?id=143";	
$TYPO3_CONF_VARS['FE']['pageNotFound_handling'] = "true";
$TYPO3_CONF_VARS['FE']['pageNotFound_handling'] = '1';

and they all act similar.

It works only for URL's like 
http://mydomain.dev/index.php?id=id_does_not_exist but not 
http://mydomain.dev/thisurldoesnotexist.html - The latter just redirects 
to the first found parent page.

I want to redirect to a specific page

Behaviour is the same with realurl enabled or not

Any help is appreciated

Best regards
Brian Bendtsen


More information about the TYPO3-english mailing list