301 redirection problem with htaccess

Discussion in 'PHP' started by dineshsingh1984, Sep 19, 2012.

  1. #1
    dineshsingh1984, Sep 19, 2012 IP
  2. Poppers

    Poppers Member

    Messages:
    61
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    28
    #2
    Why the double slash at the beginning? Been a while since I've done a 301 but I'm sure you just need the one slash, so it would be:

    Redirect 301 /seohelp/oldexample.html http://www.mysite.com/seo-help/newexample.html

    Also, I know quotes are used for redirects that contain a space, so try adding quotes around the redirect URL.
     
    Poppers, Sep 19, 2012 IP