[TYPO3-dev] Page 404 (500) error handler
Christian Futterlieb
christian at futterlieb.ch
Fri Sep 20 16:55:33 CEST 2013
Hi
> Just add like 'loginSecurityLevel' so it will look like this
>
> 'FE' => array(
> 'loginSecurityLevel' => 'rsa',
> 'pageNotFound_handling' => 'your URL',
> 'pageNotFound_handling_statheader' => 'The header'
>
> ),
Or (imho) better: create a file typo3conf/AdditionalConfiguration.php
and put your configurations there.
And: write the configuration like this:
$GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling'] ...
^^^^^^^^^^^^^^^^^^^^^^^^^^^
See also: http://wiki.typo3.org/Upgrade#Upgrading_to_6.0
Regards, Chrisitian
More information about the TYPO3-dev
mailing list