Problem after plugin update
-
Hello!
When Cerber is automatically updated it seems there’s a bug that modify the .htaccess of my WordPress website incorrectly.
Normally the “# BEGIN WordPress […] # END WordPress” section of my .htaccess contains :
[…]
RewriteBase /
[…]
RewriteRule . /index.php [L]
[…]But after the update it’s modified as :
[…]
RewriteBase /en/
[…]
RewriteRule . /en/index.php [L]
[…]So after the update, all the websites pages, except the index, does 404 errors. I’ve corrected the .htaccess file and everything is fine now.
The only plugin that was updated the last time I’ve got the problem (it’s not the first time) that modify the .htaccess was Cerber.
For your information, the “/en/” on my website do exists. It’s the English version of my WordPress website that’s enabled through WPML plugin. The default language is French.
So how can I help you diagnose this issue?
Thanks!
The topic ‘Problem after plugin update’ is closed to new replies.