• Resolved tmweb

    (@tmweb)


    I set up 301 redirects in my htaccess file to reroute old html pages to new wordpress pages- under the same domain.

    Heres the syntax used:
    Redirect 301 /oldpage.html /newpage

    Strangely, out of 30 redirects, 15 work perfectly and 15 don’t.

    Any one have any suggestions why this could be happening?

Viewing 1 replies (of 1 total)
  • Documentation I’ve seen indicates that the newpage should be fully qualified e.g.

    Redirect 301 /oldpage.html http://www.mydomain.com/newpage.html

    I’ve never done redirects your way so I’m not sure if you’re using a valid shortcut or not.

    If the above doesn’t make a difference, what happens with the ones that don’t work? Do you get a WordPress error page?

Viewing 1 replies (of 1 total)
  • The topic ‘301 redirects- why are some failing?’ is closed to new replies.