Hi John, As you discovered, the position of the PageBlaster module in relation to the UrlRewrite module makes a difference in how the Url is formatted when PageBlaster compares it. The modules work in order from bottom to top, so if the PageBlaster module is placed after the UrlRewriter then it will "see" the Url before it has been Rewritten, but it will change what the url rewriter needs. So if you are going to use Virtual Paths you need to have the PageBlaster module above the UrlRewriter. The Replacements should still work unless maybe they are being excluded because of the Url after it has been rewritten for some reason. Please tell me more about the replacements you are trying to do. |