I am trying to upgrade a site from ML 8.0.1.2 to MultiSite 9.2, and am running into an issue with the URL Rewriter. /root/System/PageName is now returning the SEO friendly URL (c-266-recipes.aspx) where it used to be the file name (showcategory.aspx). The QueryString collection is also empty now, so I can't (easily) get to the CategoryId. I have confirmed this using XmlPackage.DumpTransform on both versions, on the same server.
I haven't seen this change in any of the documentation, is this the expected behaviour? Is there a new way to get at these kinds of values?
Thanks.