When did PHP communicate back to Apache HTTP header codes?
Posted: Sat Feb 14, 2009 11:21 pm
There was a time I think perhaps only several years ago that this...
...would not effect the HTTP code in Apache generated access logs. Since when was this fixed? At the time it always bugged me and I'm very grateful this has been fixed! 
Code: Select all
<?php
header("HTTP/1.0 403 Forbidden");
?>