Hallo liebe Typo3 Gemeinde,
habe Typo3 6.2 und RealUrl im Einsatz.
Jetzt habe ich folgende 404 Error Handling Einstellung über das Install Tool eingestellt.
Dadurch habe ich in meiner LocalConfiguration.php folgende Einstellung:
[code]'FE' => array(
...
'pageNotFound_handling' => '/index.php?id=94',
'pageNotFound_handling_statheader' => 'HTTP/1.1 404 Not Found',
),
[/code]
Das Problem ist nur das wenn ich den 404 ausführe bekomme ich ne Exception und folgende Meldung:
ID was not an accessible page<br /> <br /> Additionally, http://www.typo3.local/404-error/ was not found while trying to retrieve the error document.
Allerdings kann ich meine 404 Seite in Typo normal aufrufen über: /index.php?id=12
Weiß jemand was ich hier am besten machen??
Muss ich das in RealUrl noch konfigurieren?
Vielen Dank vorab!
Halion