[Plugin: WP Super Cache] Mod Rewrite Rules for .htaccess file
-
I just installed WP-Super Cache and was directed to the WP Super Cache Manager page. Looks like I need to turn it on, so I did. As I read down the page I see this instruction:
Mod Rewrite Rules
Mod Rewrite rules cannot be updated!You must have BEGIN and END markers in /myserverlocation/html/pilates/.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 am a Mac user. I use Fetch and Dreamweaver (CS4) and TextWrangler. I used to be able to see my .htaccess files in my ftp client. Not seeing them now. Wondering if it is there or if I just can’t see it. I’m hesitant to create a new one just incase the file is already there. I think it would be ideal if I could grab it with TextWrangler edit it and replace it.
How can I find this file and add the edits recommended? I want to confirm whether it exists or not to ensure I don’t unwittingly overwrite one that may already be there. Thanks.
- The topic ‘[Plugin: WP Super Cache] Mod Rewrite Rules for .htaccess file’ is closed to new replies.