• Home page in a language has a permalink as /en/home-2. I have also tried to change from settings –> languages –> settings —> url modifications –> settings —> option “The front page url contains the language code instead of the page name or page id “. The plugin doesn’t save this option.

    Front page displays is already set with a static page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chouby

    (@chouby)

    Hi!

    If the option is not saved, that means that another plugin (or your theme is conflicting). Deactivate all your plugins (possibly your theme too) and save the option.

    • This reply was modified 7 years, 10 months ago by Chouby.
    Thread Starter bobrock4

    (@bobrock4)

    Thanks.

    Following your advices I could activate that option, but connecting to the home page it says: err_too_many_redirects.

    In plugin Redirection (it manages all redirects without writing on htaccess) i can’t find any redirect made for the home page.

    The htaccess is here

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    • This reply was modified 7 years, 10 months ago by bobrock4.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home page permalink’ is closed to new replies.