Hi; How can we add If-Modified-Since HTTP header to wordpress blog? Google suggests this on http://www.google.com/support/webmasters/bin/answer.py?answer=35769 but wordpress does not support this. Thanks for the comments
Try adding in your .htaccess file: RewriteRule .* - [E=HTTP_IF_MODIFIED_SINCE:%{HTTP:If-Modified-Since}]