Here’s how to fix the error: “Configure Entity Tags (ETags)”

If your using Google Pagespeed Insights to analyze your website speed, there is a simple fix for ETags.

You can correct Configure Entity Tags (ETags) using .htaccess. Paste the following lines of code into your .htaccess:

Header unset Etag
FileETag none

source JoeWP

Scroll to Top