Problem with .htaccess
-
Hello everyone,
I have a problem with the plugin on one of my sites.
As it turns out, the plugin doesn’t write any rules in .htacces file and, morover, when I upload the file via FTP, it changes it always to:
# 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
This way I cannot block the IP attending to hack my site…
When I deactivate the All In One WP Security & Firewall plugin and then upload the .htaccess via FTP, the file doesn’t change, so it must be the plugins’ fault.
The plugin generally works, because e.g. the bruteforce attack works, the lockdown feature works… but there are no rules in .htacces.
I’ve tried deactivating all plugins but the problem remains.
I’ve deactivated the AIOS&F and then clicked to override the rules in .htaccess but it also always writes the code above.
https://www.ads-software.com/plugins/all-in-one-wp-security-and-firewall/
- The topic ‘Problem with .htaccess’ is closed to new replies.