Hi, I have PageBlaster 3.3.2 with DNN 4.6. I'm using a 3rd party "articles" module that generates URLs like this: http://localhost/Parents/ArticleDisplay/tabid/102/id/1188/Wheres-the-Fruit.aspx Where TabID 102 exists on an actual DNN Tab called "ArticleDisplay" that is a child of a DNN Tab called "Parents". The "/id/1188" part is the ID of the Article. I would like to be able to access that same page instead with a URL like this: http://localhost/Parents/Articles/Wheres-the-Fruit.aspx or maybe this: http://localhost/Parents/Articles/id/1188/Wheres-the-Fruit.aspx Is this possible with PageBlaster? I think I can use the "replacements" feature to replace any existing links to articles, but how do I create the incoming "virtual path" mapping? I have thousands of articles, so doing them one-by-one isn't really an option. Thanks! |