Forums

[Plugin: WP Super Cache] Supercaching Home Page but not other pages (6 posts)

  1. instanttax
    Member
    Posted 2 years ago #

    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.

  2. Donncha O Caoimh
    Member
    Posted 2 years ago #

    It probably does. Try using the debug system in the plugin to figure out what it's doing. It's on the admins page.

  3. giovans
    Member
    Posted 2 years ago #

    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

  4. Donncha O Caoimh
    Member
    Posted 2 years ago #

    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!

  5. riledhel
    Member
    Posted 2 years ago #

    that also fixed my problem here...

  6. Donncha O Caoimh
    Member
    Posted 2 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic