Copied to clipboard

Flag this post as spam?

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


  • Jamie Attwood 147 posts 363 karma points
    Oct 16, 2013 @ 04:58
    Jamie Attwood
    0

    Query string based manual redirects not working

    Just published this site and am now having some serious bugs with aspx extensions and query string redirects. I just wrote a post and it vapourized into the void so not sure if it will show up, hopefully this one will.

    1) With old .aspx extensions, the querystring is being ignored and browser will default to only first resolved mapping. Example:

    I set up old mappings (separating file name and query string as instructed): 

    Blog_Details.aspx?cid=1 ( which shows up in the interface as Blog_Details/?cid=1)  => new umbraco page

    Blog_Details.aspx ?cid=4 ( which shows up in the interface as Blog_Details/?cid=4)  => some other new umbraco page.

    When I go to any Url that uses this style of mapping, they ALL redirect to the first page. Try it your self here. Each page is supposed to redirect to a different blog entry:

    http://www.skican.com/Blog_Details.aspx?cid=4 Should map to: http://www.skican.com/skican-blog/welcome-to-the-new-skican-blog/ ;

    http://www.skican.com/Blog_Details.aspx?cid=6 => http://www.skican.com/skican-blog/where-would-you-rather-be/

    http://www.skican.com/Blog_Details.aspx?cid=7 = http://www.skican.com/skican-blog/like-a-phoenix-from-the-ashes/

    Note that they ALL will redirect to: http://www.skican.com/skican-blog/welcome-to-the-new-skican-blog/ DESPITE entries being set up for each....

    Please help as the site is live now and it is affecting over 100 pages....

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Oct 16, 2013 @ 12:40
    Stefan Kip
    0

    I'm sorry you ran into this issue and unfortunately I'm not in the position to give live-support, as this package isn't commercial and I've got work todo myself as well as you'll understand.
    So basically; I will look into this soonish, but not at this very moment. You can always use the source code to debug (and fix) this issue yourself and contribute via a pull-request though...?

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Oct 16, 2013 @ 19:01
    Stefan Kip
    0

    This is fixed in v2.2.4.

  • Jamie Attwood 147 posts 363 karma points
    Oct 16, 2013 @ 19:07
    Jamie Attwood
    0

    Yes it is fixed! Thanks very much for the rapid turnaround. Great package!

  • 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