• I installed wordpress on a subdirectory with super cache it worked fine! then I moved it to another dir (public_html/ ) I moved wordpress like in the manual but now super cache doesn’t work anymore I tried everything but can’t figure it out. uninstall install doesn’t work

    What Am I Doing Wrong??? Pleasse help

Viewing 1 replies (of 1 total)
  • Thread Starter cindr

    (@cindr)

    My .htaccess looks like this

    Options Indexes FollowSymLinks MultiViews

    # BEGIN WPSuperCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    AddDefaultCharset UTF-8
    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} !.*s=.*
    RewriteCond %{QUERY_STRING} !.*attachment_id=.*
    RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
    RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]

    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} !.*s=.*
    RewriteCond %{QUERY_STRING} !.*attachment_id=.*
    RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
    RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]
    </IfModule>
    # BEGIN WordPress

    # BEGIN WordPress RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress

    # END WordPress
    # END WPSuperCache
    # BEGIN WordPress

    # END WordPress

    DirectoryIndex tp_in.php index.shtml index.html index.php index.cgi

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP Super Cache] Big problem with Super Cache Pleasse help’ is closed to new replies.