Kevin Kelly
05/09/2024, 2:34 PMMartin
05/09/2024, 4:08 PMSteve Goldberg
05/09/2024, 4:09 PMMartin
05/09/2024, 4:10 PMSteve Goldberg
05/09/2024, 4:11 PMSteve Goldberg
05/09/2024, 4:11 PMIf you need to redirect from a URL that contains URL parameters, you can use the * wildcard to represent the parameters in the URL. For example, if you have the URL http://mysite.com/womens/blouses?parameter1=a&parameter2=b, you can create a redirect from /womens/blouses* to /womens/newcat/blouses. When you use the wild card in the redirect, all parameters will be passed to the redirect URL so that the final URL is http://mysite.com/womens/newcat/blouses?parameter1=a&parameter2=b.
Kevin Kelly
05/09/2024, 4:13 PMSteve Goldberg
05/09/2024, 4:14 PMSteve Goldberg
05/09/2024, 4:14 PM