Hi, guys. I'm using the DNN 7.2.1 platform with AUM enabled. I'm using the X3.DnnUrlManagement module to provide the UI so that that I don't have to use T-SQL to make adjustments to the AUM configuration.
I ran into a sticky situation today with a custom product catalog module. Here's the URL when AUM is disabled, and this URL works fine:
https://www.bogus.com/ProductCatalog/tabid/57/ControlType/upclist/SelectBy/Class/Class/JFDE/ClassDescription/FROZEN%20DESSERTS/division/J/DivisionDescription/FROZEN/pg/1/Default.aspx
Here's the same URL with AUM enabled:
https://www.bogus.com/Product-Catalog/ControlType/upclist/SelectBy/Class/Class/JFDE/ClassDescription/FROZEN DESSERTS/division/J/DivisionDescription/FROZEN
The key missing information is "/pg/1". If I append it to the failing URL, it works fine.
OK, so I wanted to tell AUM to not monkey with any of the URLs that contain "/upclist/". It's a long story, but that's the piece I want to filter on. So add appended the following:
|/upclist/
On the "Ignore URL Regular Expressions", I get a 404 on any page that contains "/upclist/", even pages that were working fine with AUM enabled.
On "Do Not Rewrite", I get the same 404 scenario as above.
On "Do Not Use Friendly", no impact.
I tried these each, one at a time. What am I doing wrong? Should I use a different field? Is my "Regex" wrong? Or am I barking up the wrong tree altogether?
See Ya!
Van