<!-- Rewriting must be last - otherwise umbracoRequestModule has not initialized UmbracoContext --> <add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" preCondition=""/> </modules>
The rewriting rules are still executed correct - but when rewriting the url it doesn't have any effect - I just get an 404
UrlRewriteModule vs. upgrade from 4.9 to 4.11
I my current solution I have this cofiguration in the web.config
Notice that UrlRewriteModule is place after umbracoRequestModule because the rewrite rules (.net code) uses the UmbracoContext
After upgrade to 4.11 it looks like this:
The rewriting rules are still executed correct - but when rewriting the url it doesn't have any effect - I just get an 404
Has something changed here?
is working on a reply...