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 WordPress
at the end. Is this correct?
Bill