[TYPO3-english] pageNotFound_handling - best practice?

Christian Futterlieb christian at futterlieb.ch
Fri Jan 24 16:56:19 CET 2014


Hi Martin

Try extension pagenotfoundhandling [1], it supports multidomain and 
multilanguage setups.

The manual is on forge [2].

Regards, Christian


[1] http://typo3.org/extensions/repository/view/pagenotfoundhandling
[2] 
http://forge.typo3.org/projects/extension-pagenotfoundehandling/wiki/Extension_manual

On 22.01.14 14:55, Martin Bless wrote:
> Hello friends,
>
> I'm looking for kind of best practice to implement the error
> handling. Im on TYPO3 CMS 4.7 with a multidomain multitree
> multilanguage setup.
>
> So this has to be adapted to the new situation:
>
> if (substr($_SERVER['REQUEST_URI'] . '/', 0, 4) == '/en/') {
>    $TYPO3_CONF_VARS['FE']['pageNotFound_handling'] =
>      'index.php?id=3158&L=1'; }
> elseif () {...}
>
> Any tips?
>
> Martin
>


More information about the TYPO3-english mailing list