404 Error after switching language
-
Hello there!
I’m facing a really frustrating issue with the plugin. As soon as I or anyone on the site clicks the flag to change the language, from the original one, after a while I get a 404 error, page not found, all over the website.
After digging a bit I found that the .htaccess file gets modified I the section # BEGIN WordPress with the following text, where it puts !RewriteBase /it/” and “RewriteRule . /it/index.php [L]”.<IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase /it/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /it/index.php [L] </IfModule>How can I resolve this issue which is blocking the website? In the meantime I’ve removed the possibility to switch language to prevent the problem.
Thanks!
Andrea
The topic ‘404 Error after switching language’ is closed to new replies.