Viewing 1 replies (of 1 total)
  • Plugin Author Pacotole

    (@pacotole)

    Hi,

    I’m trying to locate the problem, because in my installations I cannot reproduce it. The plugin doesn’t change the Polylang URL configuration in any way. But I have added a filter in home_url() that changes https://mysite.com/en => https://mysite.com/en/ to avoid redirections.

    To check if it’s the source of the problem can you try to add this in your theme functions.php?

    remove_filter('home_url', [\ConnectPolylangElementor\ConnectPlugins::instance(), 'home_url_language_dir_slash'], 11);

    After save Settings > Permalinks to ensure permanlinks rules are regenerated.

Viewing 1 replies (of 1 total)
  • The topic ‘Massive URL-bug’ is closed to new replies.