rewrite to htaccess file shut down site
-
Hi,
Our site has recently had an issue with a plugin writing incomplete code and/or totally removing the WP bit, namely this bit:
# 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
from the .htaccess file… causing either 500 or 404 errors and the site to crash.
So firstly, if it’s this plugin that’s doing this, it may be a bug that needs fixing (if others are having the same problem?) and secondly, I’d like to know if this pugin does in fact require write access to the .htaccess file? – if not, then I thought I could try securing it using the Better WP Security plugin settings.
Dose anyone know?
Many thanks ??
https://www.ads-software.com/plugins/ultimate-maintenance-mode/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘rewrite to htaccess file shut down site’ is closed to new replies.