Quantcast
Channel: Topic Tag: bug | WordPress.org
Viewing all articles
Browse latest Browse all 23376

xl32 on "[Plugin: W3 Total Cache] Major bug in NGINX configuration code leads to 404 on all pages"

$
0
0

We use W3TC on our site. After update to 0.9.2.8 and NGINX config reload we faced major bug: every page returned 404 error.

Here are original lines to disable static file rewrite for missed files:

if (-f "$document_root/wp-content/cache/page_enhanced/$http_host/$request_uri/_index.html$w3tc_enc") {
set $w3tc_rewrite 0;
}

Here are my fixed lines:

if (-f "$document_root/wp-content/cache/page_enhanced/$http_host/$request_uri/_index.html$w3tc_enc") {
set $w3tc_rewrite 0;
}

Please implenment in bugfixed version.
Thank you for a great plugin!

http://wordpress.org/extend/plugins/w3-total-cache/


Viewing all articles
Browse latest Browse all 23376

Trending Articles