Hi,
I have the following in .htaccess:
<Files ~ "\.pdf$">
Header set X-Robots-Tag "noindex, nofollow"
</Files>
This works fine in local development. I can see the header.
However, when in production, the header is not there. Please see attached image.
What is the reason behind this and how...