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.
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.
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.
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.
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.