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
56 stars 51 forks source link

gadget not showing #43

Closed peetah74 closed 6 years ago

peetah74 commented 7 years ago

Can't seem to find the gadget and I don't see anything in the logs. using episerver 10.5

konrad1977 commented 7 years ago

Same here, doesn't show up in EPiServer 10.8.

konrad1977 commented 7 years ago

I solved my issue by adding this line:

<protectedModules>
    <add name="BVNetwork.404Handler" />
</protectedModules>

It was not added during Install-Package

DanValea commented 7 years ago

Hi @Konrad77 , Where did you add that section? I've tired adding it web.config -> under but it doesn't seem to do any difference.

peetah74 commented 7 years ago

I also tried using BVNetwork.EPi404(reference i saw). That seen to have worked

NeskireDK commented 6 years ago

I'm having the same issue, I've got no idea about where to open the Redirect Manager Running Episerver 11.2 + BVN vers: 10.1.1 - Clean project default Allow MVC.

Can't find the Gadget in the side menu like the i can with the default gadgets. - I checked plugin settings, its installed.

marisks commented 6 years ago

I have updated readme with required configuration: https://github.com/Geta/404handler#configuration

There is a Web.config transform which should add the required configuration, but sometimes NuGet does not: https://github.com/Geta/404handler/blob/master/src/web.config.install.xdt

jesusescandon commented 6 years ago

The solution from @Konrad77 it worked for me, thanks.