Turn eTags Off - .htaccess

<IfModule mod_headers.c> Header unset ETag </IfModule> FileETag None

1 Response

By removing the ETag header, you disable caches and browsers from being able to validate files, so they are forced to rely on your Cache-Control and Expires header.

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.