Geta/404handler

Custom Rewrite using rewrite options

Opened this issue · 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