• Hi,

    I have a wp install on the domain http://www.instanttaxsolutions.com.

    Super caching is working on the homepage but not on the rest of the pages on my site. We are not using posts.

    I am using the .html on PAGES Pluggin which addes html ext to pages. My just is this has something to do with it. Please help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • It probably does. Try using the debug system in the plugin to figure out what it’s doing. It’s on the admins page.

    Hi,
    same problem here. I think the cause is on the following rewrite cond:

    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f

    $1 is not still defined here.

    RewriteCond %{REQUEST_URI} ^(.+)$
    %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}%1/index.html -f

    Does the trick, at leas in my case.

    Greetings and thanks for the wonderful module.

    Giovans

    I tried that when I was writing the rules but always got an error. It’s baffling because using %1 is the correct way to do it!

    that also fixed my problem here

    Still odd because I just get an internal server error when I try that!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: WP Super Cache] Supercaching Home Page but not other pages’ is closed to new replies.