htaccess keeps over writing
-
Every time I get an update to the plugin – ithemes security – the code below is removed from my .htaccess file. Then non of my pages work except for the home page. All 404 errors. So I put this back into the htaccess, at the very bottom, and it works again. This always happens after I update the plugin.
There must be a setting which will make this work. Please help.# 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
please help 🙂
The topic ‘htaccess keeps over writing’ is closed to new replies.