I'm using the realurl extension in TYPO3 3.8.0 and am using the pageNotFound_handling class as described in some TYPO3 Forum (f.e. http://typo3.toaster-schwerin.de/typo3_english/2006_05/msg00572.html) to manage the page 404 ‘not found’.
The pageNotFound_handling class works correctly, but it shows the 404 pages via a Javascript redirect.
Is there a way to return a 404 error and show the 404 page without the redirect? Or, better, a class that does not involve a Javascript redirect?
The pageNotFound_handling class works correctly, but it shows the 404 pages via a Javascript redirect.
Is there a way to return a 404 error and show the 404 page without the redirect? Or, better, a class that does not involve a Javascript redirect?