Actions
Bug #20772
closedpageNotFound_handling returns 301 instead of 404
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-07-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Similar to bug described in http://bugs.typo3.org/view.php?id=3532
In a previous project within 4.2.6 the client gets redirected with an 404 error.
For a new project I used a fresh 4.2.8 installation and that's when the problem occurs:
if $TYPO3_CONF_VARS['FE']['pageNotFound_handling'] is set to a relative URL, than
$TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'] is ignored and client is redirected to error page using code 302.
(issue imported from #M11561)
Actions