I have an issue where the web host company is sending header only requests to the server which is then trying to be 'kind' and action them... request data;
10.252.237.56 - - [29/Mar/2013:15:25:48 +1100] "HEAD / HTTP/1.1" 200 942
How do I detect this in PHP and stop is being passed to the user side of things.
Larry