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:
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...?
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....
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...?
This is fixed in v2.2.4.
Yes it is fixed! Thanks very much for the rapid turnaround. Great package!
is working on a reply...
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.