If you don't want to distinguish between 1.0 and 1.1 and want to send a static header, I think
header( "HTTP/1.0 404 Not Found", true, 404 );
- A safe way to do this is that every client says HTTP / 1.0.
But I also expect no client to check the http version at all in case 404. At least I never experienced problems with the http version ...
source share