[Plugin: WP Super Cache] Mod Rewrite Rules
-
Does this need to be in the .htaccess file all of the time? This is displayed in my WP Super Cache Plugin control. Is so, where exactly. Or, am I supposed to delete the wordpress mod rewrite section and add place this there?
You must have BEGIN and END markers in /home/funcity/public_html/.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:
# BEGIN WordPress
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Refresh this page when you have updated your .htaccess file.I have this installed in the MU plugin folder. Actually, I’m not sure it is using Super Cache properly.
The topic ‘[Plugin: WP Super Cache] Mod Rewrite Rules’ is closed to new replies.