Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Dirk,

    Its been ages since I fixed the same issue and don’t recall what I did.

    Try from mqtranslate plugin settings:
    domain.com/wp-admin/options-general.php?page=mqtranslate

    under Advanced Settings
    Select > Use Pre-Path Mode (Default, puts /en/ in front of URL)

    Then click the check box under it > Hide URL language information for default language.

    If your settings are already set to that and you find no other solutions, then you could add an .htaccess rule like:

    RedirectMatch 301 /en/ https://www.domain.com/$1
    OR
    RedirectMatch 301 /en/([a-z0-9\-/]+) https://www.domain.com/$1

    Thread Starter Dirk.S

    (@dirks)

    Thanks Leslie,
    will try with Redirect because I have used the advanced settings with no effect.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Double-content problem / language slag for standard lang’ is closed to new replies.