All pages except home give 404 error when minify on
-
I’m using W3TC with nginx on a VPS. Whenever I enable minify I get 404 errors on all pages except for the homepage.
For what it’s worth I can fix this by commenting out 3 lines that W3TC creates in nginx.conf, but I don’t know what the lines do…
if ($http_accept_encoding ~ gzip) {
set $w3tc_enc .gzip;
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘All pages except home give 404 error when minify on’ is closed to new replies.