Geta / 404handler

The popular 404 handler for EPiServer, enabling better control over your 404 page in addition to allowing redirects for old urls that no longer works.
Apache License 2.0
54 stars 51 forks source link

Deep links with 3+ levels not working #187

Open KidMojo opened 4 years ago

KidMojo commented 4 years ago

Hello,

I seem to be getting an error that says "The page cannot be displayed because an internal server error has occurred." when creating redirects that are 3 levels deep in the url. For example, /abc/123 will work but not /abc/123/efg . Does anyone know if this is a bug or if there is a workaround?

Thanks!

marisks commented 4 years ago

What is in the logs?

KidMojo commented 4 years ago

What is in the logs?

Where are the logs for BVN? Or do you mean the Episerver logs?

KidMojo commented 4 years ago

I enabled logging with buffersize of 0 but i'm not seeing anything in the BVN.NotFoundRequests table.

marisks commented 3 years ago

I meant Episerver logs. As you have an error, there should be something logged.

marisks commented 3 years ago

Also, which version of Episerver and 404 handler do you use? And how redirects look like (old URL, new URL, "wildcard")?