.htaccess trouble after uninstalling WP Super Cache
-
I’m running a multi-site install on 3.4, and I just uninstalled WP Super Cache. Current .htaccess reads:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressIt is slightly different from the non-super cache part of the htaccess back when WPSC was still installed, but if I leave version WPSC modified when I uninstalled it, only the home page on any given site works. Everything else 404s. So I looked around and found the above htaccess code, which allows other pages to display, but is messing with files.
For example, http://thedharmabird.com/photographs/ actually returns the proper page, but none of the images (hosted by wordpress) load.
What should this htaccess file look like?
The topic ‘.htaccess trouble after uninstalling WP Super Cache’ is closed to new replies.