Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Frederick Townes

    (@fredericktownes)

    Disk enhanced mode is on? Are there any rules for “Page Cache” in your .htaccess file?

    Thread Starter runspect

    (@runspect)

    No, disk basic.

    My rules in .htaccess:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    # Default WordPress Directives
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    If I remove that rules, the index page works, but not another pages.

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    Those are core WordPress rules, you don’t want to remove those. For disk basic files would be created inside: wp-content/w3tc/pgcache/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: W3 Total Cache] Howto know if it is caching’ is closed to new replies.