Dies ist das technische Support-Forum für WPML – das mehrsprachige WordPress-Plugin.
Mitlesen können alle, doch nur WPML-Kunden können hier Fragen veröffentlichen. Das WPML-Team antwortet im Forum an 6 Tagen pro Woche, 22 Stunden am Tag.
Since we see language-based rewrite rules here, we assume that this comes from WPML.
Can you give us a hint for which action WPML could do something like this?
Symptoms:
The subpages of the site are no longer accessible due to changes in the .htaccess file.
Questions:
Can you give us a hint for which action WPML could do something like this?
Thank you for contacting WPML Support. This type of issue usually arises due to some third party plugins when they call flush_rewrite_rules(true) function too often and it can only be fixed directly by the plugin author.
As a quick workaround, could you please try to follow the below steps and see if this resolves your issue:
1. Please take a backup of your site first for safety reasons.
2. Add the below code in the functions.php file of your theme:
3. Re-save the permalinks from the Settings >> Permalinks page by pressing the Save Changes button.
4. Delete all sorts of caches on your site/server cache if any / plugin cache / CDN cache, clear the browser cache, and then see if it resolves the issue afterward.