[Plugin: WP Super Cache] Mod Rewrite rules cannot be updated
-
Under Mod Rewrite Rules, I get this message:
You must have BEGIN and END markers in /home/user/public_html/blogdirectory/.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’m not sure what to do here, I edit the .htaccess file, and add this line of code in, but it doesn’t work: # BEGIN WordPress RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress
- The topic ‘[Plugin: WP Super Cache] Mod Rewrite rules cannot be updated’ is closed to new replies.