• Resolved alxco

    (@alxco)


    I tried to configure all the ways but I do not understand why when I press the link on the English language exits “page not found”

    How do I configure the link? I also tried to insert the static page and everything but from the appearance of the menu I can not configure anything.

    I would like to use the site in two languages but translate the pages written by me but I would like when I click on the flag the site appears in the version of the opposite language

    Screenshot of the error sequence

    View post on imgur.com

    View post on imgur.com

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @alxco
    Do You have the htaccess file in root of your site? https://codex.wordpress.org/htaccess

    • This reply was modified 8 years, 3 months ago by VaLeXaR.
    Thread Starter alxco

    (@alxco)

    Thanks I had not considered “.htaccess” file and once configured with the multi-site by entering the code below

    -----------------------------------------------------------------
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ 
    
    $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-
    
    (content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*
    
    \.php)$ $2 [L]
    RewriteRule . index.php [L]  
    -----------------------------------------------------------------

    it worked! Thank you! Solved now I have to try the plugin`

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Help Problem link in the menu when I press’ is closed to new replies.