• Resolved zephyrcat

    (@zephyrcat)


    I installed WP Super Cache, but realized it caused some issues with one of my plugins, so I uninstalled it using the uninstall script. Everything seemed to be fine, but the WP Super Cache .htaccess lines that it automatically added are still there. If I remove them, I get 404 errors on every page except my home page.

    What is going on?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter zephyrcat

    (@zephyrcat)

    Ok. For anyone else who has this problem, WP Super Cache actually removes two lines from the WordPress htaccess.

    The full WP block should look like this:

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

    # END WordPress

    Not at all impressed with WP Super Cache for editing a part of the htaccess file without any indication that it did so.

    What lines did it remove? It shouldn’t remove any lines.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘404 erros if I remove WP Super Cache .htaccess lines’ is closed to new replies.