[TYPO3] 404 Error
Dmitry Dulepov
typo3 at fm-world.ru
Thu Mar 23 20:54:04 CET 2006
Hi!
Steffen Kamper wrote:
> [FE][pageNotFound_handling] =
> http://www.traum-projekt.com/spezialelemente/404
> FE][pageNotFound_handling_statheader] = HTTP/1.0 404 Not Found
These two will not work. Typo3 does a redirect if you specify web page
address.
You need a local file and the following:
[FE][pageNotFound_handling] = 'READFILE:/home/user/whateve.html';
[FE][pageNotFound_handling_statheader] = 'HTTP/1.0 404 Not Found';
Dmitry.
--
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
More information about the TYPO3-english
mailing list