Announcement

Collapse
No announcement yet.

Creating a redirect to a search result

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Creating a redirect to a search result

    Is it possible to create a 301 redirect to a search result? Store owner would like to take advantage of Power Search filters to create the URL to redirect to. So my questions are, can it be done with a URL like this:

    Code:
    /Merchant2/merchant.mvc?Screen=SRCH&Store_Code=ABC&search=*&offset=&filter_cat=799&filter_cf1=&filter_cf2=&filter_cf3=&filter_ao1=Animal&PowerSearch_Begin_Only=&sort=id.desc&range_low=&range_high=&layout=&searchcatcount=1&customfield1=brand&customfield2=contents&customfield3=width&attropts1=design2&filter_price=&priceranges=1&srch_all=&ProductsPerPage=60&openTab=color-fabric-solid-brand-content-width-design-ctgy-price-
    if so, how?
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Re: Creating a redirect to a search result

    You can generate a redirect based on any component of a request or query string to a different URL.
    David Hubbard
    CIO
    Miva
    [email protected]
    http://www.miva.com

    Comment


      #3
      Re: Creating a redirect to a search result

      Originally posted by ILoveHostasaurus View Post
      You can generate a redirect based on any component of a request or query string to a different URL.

      I just wanted to make sure before I tried using a string like that and then wind up creating a 500 Error.
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment

      Working...
      X