404handler icon indicating copy to clipboard operation
404handler copied to clipboard

Custom Rewrite using rewrite options

Open Deepa-Puranik opened this issue 2 years ago • 0 comments

Hello,

We are using custom rewriter to apply custom rules for redirects and calling it from Startup -> Configure() method like this app.UseRewriter(RewriteOptionsHelper.rewriteOptions); But this is stopping handler buttons to stop working in handler admin as it is clashing with method from handler. Can you please suggest what can be done to keep custom rules for redirect and even handler working properly.

Thanks,

Deepa

Deepa-Puranik avatar Aug 11 '23 12:08 Deepa-Puranik