In .htaccess file, I have:
Header set Vary Accept-Encoding
(as recommended by google chrome - options - javascript console - pagespeed)
But 2 "vary" headers are returned ("set" should set the header, not add a new one)
I've tried 'unset Header', but that doesnt work either
Andrew
GET http://www.walkingclub.org.uk
User-Agent: Mozilla
200 OK
Cache-Control: public, max-age=3600
Connection: close
Date: Fri, 15 May 2015 16:37:54 GMT
Server: LiteSpeed
Vary: User-Agent
Vary: Accept-Encoding
Content-Type: text/html; charset=utf-8
Expires: Fri, 15 May 2015 17:37:54 GMT
Client-Date: Fri, 15 May 2015 16:37:53 GMT
Client-Peer: 96.8.123.158:80
Client-Response-Num: 1
Client-Transfer-Encoding: chunked
Header set Vary Accept-Encoding
(as recommended by google chrome - options - javascript console - pagespeed)
But 2 "vary" headers are returned ("set" should set the header, not add a new one)
I've tried 'unset Header', but that doesnt work either
Andrew
GET http://www.walkingclub.org.uk
User-Agent: Mozilla
200 OK
Cache-Control: public, max-age=3600
Connection: close
Date: Fri, 15 May 2015 16:37:54 GMT
Server: LiteSpeed
Vary: User-Agent
Vary: Accept-Encoding
Content-Type: text/html; charset=utf-8
Expires: Fri, 15 May 2015 17:37:54 GMT
Client-Date: Fri, 15 May 2015 16:37:53 GMT
Client-Peer: 96.8.123.158:80
Client-Response-Num: 1
Client-Transfer-Encoding: chunked