November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi
There is a static property on the FriendlyUrlRewriteProvider called UnTouchedPaths. You can enter paths to that collection and they will be ignored by the url rewriter.
As far as I know there is no way to mark an aspx page to be ignored by the url rewriter, you'll need to use the UntouchedPaths property.
See my latest blog post on how to prevent paths to be rewritten by EPiServer CMS 5.
/Fredrik
Hello, i've read the blog entry about untouchedpaths but it didn't solve my problem.
I have an aspx page (non-episerver) which only returns html, then i use jquery's load function to retrieve that html and put it on my page. However, the problem starts when i have images in that html, because of the urlrewriteprovider the paths to the images are wrong. Can i somehow prevent the paths from being rewritten?