Geta / geta-notfoundhandler

The popular NotFound handler for ASP.NET Core and Optimizely, enabling better control over your 404 page in addition to allowing redirects for old URLs that no longer works.
Apache License 2.0
19 stars 15 forks source link

Confusion over redirect / rewrite #110

Open paulmcgann opened 4 months ago

paulmcgann commented 4 months ago

I was reading through the read.me and noticed the inclusion of the word 'rewrite' this would imply that the solution is capable of performing rewrites.

However I don't believe that is what solution can actually do, would that be correct? or is this something that can be achieved via a custom provider?