[Typo3-dev] Possibly incorrect processing for pageNotFound_handling

Dmitry Dulepov typo3 at fm-world.ru
Sun Mar 6 19:59:39 CET 2005


Hi!

I set up $TYPO3_CONF_VARS["FE"]["pageNotFound_handling"] for a dedicated 404 
page (could not use .htaccess for one reason). Then I tried to fetch 
non-existing page with HTTP viewer. Here is what I got (typo3 3.7.0):

==============================

HTTP/1.1·302·Found(CR)
(LF)
Date:·Sun,·06·Mar·2005·18:50:12·GMT(CR)
(LF)
Server:·Apache/1.3.26·(Unix)·Debian·GNU/Linux(CR)
(LF)
Status:·404·Not·Found(CR)
(LF)
Location:·http://spogulis.calis.lv/index.php/1057/0/?no_cache=1(CR)
(LF)
Connection:·close(CR)
(LF)
Content-Type:·text/html(CR)
(LF)
(CR)
(LF)
==============================

As you see, there are two errors:
- Status was not 404
- There is a wrong header "Status" (I know, it was a way to send HTTP status 
from PHP).

Is this a bug?

Dmitry. 





More information about the TYPO3-dev mailing list