Actions
Bug #16369
closedHEAD returns 200 instead of 404
Start date:
2006-07-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.1
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
GET against non-existing page returns 404, but HEAD by Googlebot becomes 200.
This violates the HTTP and is unacceptable from SEO poit of view.
(issue imported from #M3876)
Updated by Dmitry Dulepov over 18 years ago
Works correctly in 4.0.
3.8.1 used "Status: ..." string as a parameter to header() function. Thisdoes not work in PHP anymore. 4.0 uses correct method.
I suggest to close this bug since it is not reproducable for 4.x.
Updated by Thomas Hempel about 18 years ago
+1 for closing. This is fixed now.
Greets,
Thomas
Actions