Skip Navigation

This thread is resolved. Here is a description of the problem and solution.

Problem:
You are experiencing a redirect issue where the English homepage of your WordPress site redirects to the Dutch homepage despite checking various settings and configurations.
Solution:
1. We have identified a 301 redirection affecting your English homepage. We recommend you use a tool like Redirect Checker to confirm this redirection.
2. Check your

.htaccess

file and any redirection/SEO plugins that might have created this 301 redirection.
3. Increase the WordPress memory limit to at least 128MB. You can do this by adding the following line to your

wp-config.php

file:

/* Memory Limit */<br />define('WP_MEMORY_LIMIT', '128M');

Add it above the line /* That's all, stop editing! Happy blogging. */
You can verify the current WordPress memory limit in WPML -> Support.

If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your case, we highly recommend checking related known issues at WPML Known Issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If needed, please open a new support ticket at WPML Support Forum for further assistance.

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.

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Carlos Rojas 1 week, 4 days ago.

Assisted by: Carlos Rojas.

Author Posts
November 6, 2024 at 10:13 am #16370897

samD-19

Background of the issue:
I am trying to resolve a redirect issue with my WordPress site using WPML. When I visit the English homepage at hidden link, I am redirected to the Dutch homepage hidden link. I have checked my redirects and settings, but nothing seems to cause this behavior.

Symptoms:
I am experiencing a redirect issue where the English homepage redirects to the Dutch homepage despite checking various settings and configurations.

Questions:
Why is my English homepage redirecting to the Dutch homepage?
What steps can I take to resolve this redirect issue?

November 6, 2024 at 11:27 am #16371232

Carlos Rojas
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/Madrid (GMT+01:00)

Hello,
Thank you for contacting us

1.- I have checked the URL and it seems there is a 301 redirection in place. you can double-check it here: hidden link by pasting the hidden link URL

I recommend you check the .htaccess file and any redirection/SEO plugin that might have created this 301 redirection.

2.- Please increase the WP memory Limit. Minimum requirements are 128Mb: https://wpml.org/home/minimum-requirements/
You can add this to wp-config.php to increase WP memory:`

/* Memory Limit */
define('WP_MEMORY_LIMIT', '128M');

- Add it above the line /* That's all, stop editing! Happy blogging. */

You can double-check the WordPress memory limit in WPML -> Support

Regards,
Carlos