Background of the issue:
I updated the sitepress-multilingual-cms from version 4.7.5 to 4.7.6/ wordpress-seo 25.0 -> 25.2 on my site 隐藏链接. After the update, my .htaccess file was changed from RewriteRule . /index.php [L] to RewriteRule . /en/index.php [L]. This change caused the site to crash when visiting pages other than the homepage. This is not the first time this has happened.
Below is the .htaccess content before the update:
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.