View Single Post
  #4  
Old 01-31-2013, 11:42 PM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,218
the server's setting can be overwritten by settings in .htaccess

any setting in .htaccess ?

to be sure, in your .htaccess, you can put for example
<Files "*.jpg">
FileETag None
</Files>

to remove etag.
Reply With Quote