Acept-Encoding Header not detected as Vary : Acept HEader
-
Hi im using your plugin which is great, but i keep getting the error on Vary Acept HEader, but i have Enable Acept Encoding.
<IfModule mod_headers.c>
<FilesMatch “.(jpg|jpeg|png|webp|js|css|xml|gz|html)$”>
Header append Vary: Accept-Encoding
</FilesMatch>
</IfModule>`Im using Nginx, Varnish, and i just make this header works but according to hosting support , the header missing.
Before i had
<IfModule mod_headers.c>
<FilesMatch “.(jpg|jpeg|png|webp|js|css|xml|gz|html)$”>
Header append “Vary” “Accept”
</FilesMatch>
</IfModule>`They say Header append “Vary” “Accept” its not working because its Accept-Encoding
What can i do?
The page I need help with: [log in to see the link]
- The topic ‘Acept-Encoding Header not detected as Vary : Acept HEader’ is closed to new replies.