This thread is resolved. Here is a description of the problem and solution.
Problem:
You are experiencing instability with the Yoast Redirects feature when the WPML SEO plugin is active. Errors occur when saving new redirects, and the domain of the Redirect To URL is missing when both plugins are active.
Solution:
We recommend disabling the WordPress guess redirects to resolve this issue. You can do this by adding the following code to your
functions.php
file:
add_filter('do_redirect_guess_404_permalink', '__return_false');
After adding the code, go to Settings -> Permalinks in your WordPress dashboard and update the permalinks. This should help stabilize the Yoast Redirects feature.
If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your specific case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If problems persist, please open a new support ticket.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic contains 0 replies, has 1 voice.
Last updated by 6 days, 15 hours ago.
Assisted by: Shekhar Bhandari.