[Plugin: WP Super Cache] Where does the code go in .htaccess?
-
Hi,
I’m trying to get this supercache to work without success (partially because the people running the server are messing about with things).I need to modify .htaccess with the following code which has to enclose <ifmodule mod_rewrite.c> code but what bit goes where?
# BEGIN WordPress RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress
right now I have
# BEGIN WordPress RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] at the beginning and</ifmodule>
# END WordPressat the end. Is this correct?
Bill
- The topic ‘[Plugin: WP Super Cache] Where does the code go in .htaccess?’ is closed to new replies.