UrlRewritingNet.UrlRewrite won't let me rewrite /umbraco/dialogs/preview.aspx
I'm trying to override normal preview functionality, but
without hacking the core or doing anything outright barbarous. As a
result I'm trying to rewrite all requests to
/umbraco/dialogs/preview.aspx?whatever
so they'll end up at
/IveySuperPreview/IveySuperPreview.aspx?whatever
It seems that UrlRewritingNet only grabs on to URL's that don't exist
as real pages, though. I can rewrite, for example,
/umbraco/dialogs/preview_test.aspx – but if I try it on the actual
preview.aspx, nothing happens.
Am I correct that this is what's going on? Is there a workaround?
UrlRewritingNet.UrlRewrite won't let me rewrite /umbraco/dialogs/preview.aspx
I'm trying to override normal preview functionality, but without hacking the core or doing anything outright barbarous. As a result I'm trying to rewrite all requests to
so they'll end up at
It seems that UrlRewritingNet only grabs on to URL's that don't exist as real pages, though. I can rewrite, for example, /umbraco/dialogs/preview_test.aspx – but if I try it on the actual preview.aspx, nothing happens.
Am I correct that this is what's going on? Is there a workaround?
...and the answer was for me to RTFM:
is working on a reply...