• We are trying to setup 301 redirects for URLs with multiple parameters, for example:

    THIS DOESN’T WORK
    REDIRECT FROM: /item.php?category=kitchenpaper&item_no=CL174B
    REDIRECT TO: /product-category/wallpaper-borders/kitchen/

    THIS DOES WORK
    REDIRECT FROM: /item.php?category=kitchenpaper
    REDIRECT TO: /product-category/wallpaper-borders/kitchen/

    When setting up these types of 301 redirects they don’t work. Does anyone know how to get these types of 301 redirects set up so they do work?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘301 Redirects URLs with Multiple Parameters’ is closed to new replies.