• Hello

    I set up a 301 redirect
    from:
    Redirect permanent /category/mlb/depth-chart/
    to:
    https://domain.com/category/fantasy-baseball/depth-chart/

    notice the forward slash in the “to” url after the word baseball

    then when I visit category/mlb/depth-chart/

    I get redirected to the below url

    https://domain.com/category/fantasy-baseballdepth-chart/

    notice it removed the forward slash between “baseball” and “depth”

    I tried this in both my http.conf and in .htaccess – same results
    I tried adding quotes around the url
    I tried adding html markup to replace the /
    I tried adding double //
    Nothing works for me..

    If anyone has some idea please please please toss them my way =)
    Thanks!!

  • The topic ‘very odd redirect problem. / is being remove from within url’ is closed to new replies.