I presume you want to add it to the response headers.
Something like the below should work:
cond %{SEND_RESPONSE_HDR_HOOK} [AND]cond %{PATH} /(.js)|(.css)/add-header
JS_OR_CSS 1 [L]
Thanks,
Sudheer
On Friday, October 16, 2015 5:44 AM, Ram Chander <[email protected]>
wrote:
Hi,
I want to add a header for css/js files. How to do that in header.config ?
Thanks. Below adds the header for all filetypes.
add-header Key Val
head
