[Plugin: WP Super Cache] htaccess keeps changing, bloated, corrupt
-
Hello again, one more question … not sure if it’s this plugin or something else, but my .htaccess file keeps changing and I have to reset it. Any ideas why it gets changed? It seems like what is happening is that the core WP settings are added to the end of the file repeatedly … if let alone, the htaccess file will become very very large!
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
For example :O) …. Worse, the WP Super Cache settings will be wiped out and I’m left with simply a huge file with the repeating WP settings as shown above.
The reason I suspect this plugin is because the problem doesn’t seem to happen when caching is turned off. But of course maybe there is something else that I do not yet see.
Any insight is greatly appreciated. Thank you!
Joe
- The topic ‘[Plugin: WP Super Cache] htaccess keeps changing, bloated, corrupt’ is closed to new replies.