Greg Bernhardt
Greg Bernhardt

Reputation: 81

trying to set Vary header in htaccess

mod_header is installed and I tried putting this in htaccess but the header info does not change. any ideas?

Header append Vary: User-Agent

Upvotes: 0

Views: 864

Answers (1)

arco444
arco444

Reputation: 22841

Is the syntax correct here? From: http://httpd.apache.org/docs/2.2/mod/mod_headers.html#header

Header [condition] set|append|merge|add|unset|echo|edit header [value] [replacement] [early|env=[!]variable]

It looks like you don't have enough arguments.

Upvotes: 0

Related Questions