Hi, We are currently in the process of upgrading our site from version ML/64 8.0.2 to 9.3. In 8.0 version, the url rewrite was specified as
<rule url="/c-([0-9]*)-([\w-]*)\.aspx(?:\?(.*))?" rewrite="/showcategory.aspx?CategoryID=$1&SEName=$2& $3"/> where on category page the page name is showcategory.aspx and categoryId is transferred as a querystring CategoryId.
However in the latest version, page name is c-xxx-sename.aspx and there is no CategoryID querry String. We have lot of customization and xmlpackages depend on these two values. Is there a way to pass these two query string values in the new version? Any help in this regard is very appreciated.



Reply With Quote
