• Hello,

    After updating w3 total cache to the last version (0.9.3) I get blank pages at any /tag /category or /page URLs.

    It is quite random. Some pages show up fine, some others, about 40%, show up as an empty blank page. Checking the cache directory the page is saved but has no content at all. This was not happening with previous versions of w3 total cache.

    To solve the problem, I just excluded /tag /category /page URLs in the exceptions list of the Page Cache options, and it works fine, but obviously this is not a proper solution because I installed this plugin to precisely cache pages.

    I also noticed that trailing slash URLs were not being redirected properly to the non-slash URLs and solved that adding this rule to .htaccess

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www.iphoneros.com$
    RewriteRule ^(.*) http://iphoneros.com/$1 [QSA,L,R=301]

    however, the caching issue with category and tags pages is still there. Any idea on how to solve this issue? As you could see in the rules the site’s URL is iphoneros.com

    Thanks.

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

  • The topic ‘Tags, Category and Pages show up as blank pages’ is closed to new replies.