• Since upgrading to WP 3.4.2. I get this message from Super Cache main page

    “Notice: Mod_rewrite or Legacy caching enabled. Showing Advanced Settings Page by default.”
    “A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences but you should compare the rules in the file with those below as soon as possible. Click the ’Update Mod_Rewrite Rules’ button to update the rules.”

    If I compare the differences in mod rewrite rules i see the following

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

    vs

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

    do I need to be concerned about this? From what I can gather the 2 params evaluate to the same.

    My blog is hosted.

    http://wordpress.org/extend/plugins/wp-super-cache/

  • The topic ‘[Plugin: WP Super Cache] Notice: Mod_rewrite or Legacy caching enabled. Showing Advanced Settings Pa’ is closed to new replies.