Viewing 7 replies - 1 through 7 (of 7 total)
  • From what I just read above, I am guessing that you had .html links before and you are trying to redirect from pagename.html to pagename/ ?

    If yes, then your redirect rules are most probably wrong so you should look into that.

    Thread Starter lieven23

    (@lieven23)

    Thx for your message , but what you mean by that?
    Can you explain a little e more.

    Yes indeed i had html pages

    • This reply was modified 8 years, 5 months ago by lieven23.

    From where are you getting this link

    https://www.tercoma.com/composiet-terras/.html

    Thread Starter lieven23

    (@lieven23)

    from Google.

    When i look for “composiet terrassen” i’m 3rd in Belgium Google

    Yes so the link there is https://www.tercoma.com/composiet-terras.html

    You need to setup a 301 redirect so that .html links redirect the users to your current URL.

    Something like this will do it.

    RewriteRule (.+)\.html?$ https://example.com/$1/ [R=301,L]

    You need to change the domain name there though.

    • This reply was modified 8 years, 5 months ago by Patrick.
    Thread Starter lieven23

    (@lieven23)

    I don’t know what to do with, RewriteRule (.+)\.html?$ https://example.com/$1/ [R=301,L

    ?

    What i already tried to do is with “Simple 301 Redirects” plugin is to redirect them.
    But with no succes.

    Thread Starter lieven23

    (@lieven23)

    I don’t know what to do with, RewriteRule (.+)\.html?$ https://example.com/$1/ [R=301,L

    ?

    I’m new to WordPress.

    What i already tried to do is with “Simple 301 Redirects” plugin is to redirect them.
    But with no succes.

    sorry for the double message

    • This reply was modified 8 years, 5 months ago by lieven23.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Transfer site page problem : 404 error’ is closed to new replies.