Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • lonehorseend 24 posts 71 karma points
    Jul 08, 2013 @ 21:58
    lonehorseend
    0

    URL's with Query Strings

    Love the module, except I have one problem. I am setting up for Umbraco to become the backend of a site. Redirects work fine for everything that doesn't have a query string in both Chrome and IE10. For example, I can do portfolio/default.aspx to portfolio.aspx with no problem. However, when I try portfolio/default.aspx?item=3 to protfolio/sample-site.aspx, Chrome creates a 404 unless I let the query string pass through while IE10 creates a 404 no matter what I try.

    For expediency sake, I have created the redirects with query strings in the Global.asax file, which coexists with the 301 URL Tracker ones I'm creating for everything else.  However, I was hoping that I could do everything in one place.

    Right now, I'm running Umbraco 6.0.5, but am planning on upgrading to 6.1.2.

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Jul 09, 2013 @ 09:10
    Stefan Kip
    0

    I've build in some logging for these kind of situations. Please enable logging by adding an appSetting with key="urlTracker:enableLogging" and value="true" and also set umbracoDebugMode to true.

    Request the old url with the query string and read the logs to get an idea why the UrlTracker didn't redirect the request.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies