Header unset Vary kills Apache
-
In addition to running out site at SiteGround we run it a developer environment for developing a plugin we use with WordPress. After a recent sync with the production environment the site failed to load in the development environment. The reason ended up being that the SG Optimizer plugin added “Header unset Vary” to .htaccess without ensuring that the headers module is loaded.
Ideally this would have been inject as:
# SGO Unset Vary
<IfModule mod_headers.c>
Header unset Vary
</IfModule>
# SGO Unset Vary END
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Header unset Vary kills Apache’ is closed to new replies.