Announcement

Collapse
No announcement yet.

301 Redirect in URI

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

    301 Redirect in URI

    How can we handle urls that include ? and & using URI?

    The URI will not accept: /Merchant2/merchant.mvc?Screen=SFNT&Store_Code=WL

    I've tried: %3F for the ? and %26 for the & resulting in /Merchant2/merchant.mvc%3FScreen=SFNT%26Store_Code=WL
    Placing this string in a browser works and the URI will accept it. But it will not redirect it correctly.
    Gary

    [email protected]
    www.icCommerce.com

    #2
    URI management does not support URLs which contain ? and parameters. If you need to redirect a link of that style you'll need to do it in the .htaccess file.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      thanks
      Gary

      [email protected]
      www.icCommerce.com

      Comment

      Working...
      X