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

Redirect type not set when adding from Suggestions #83

Open linneakols opened 1 year ago

linneakols commented 1 year ago

When adding a redirect from Suggestions, the redirect type is set to 0. I think it would be better to either set a default value of temporary or permanent. An alternative could be to add the possibility to set the type when adding the redirect from Suggestions.

bild

ArildHenrichsen commented 3 months ago

I second this request - the fact that redirectType is set to 0 is very frustrating and makes it useless to add a redirect from the Suggestions list.

ArildHenrichsen commented 2 months ago

@marisks @ellinge any chance you'll look at this issue?