Try our conversational search powered by Generative AI!

BVN404 Not working on Episerver 7.5 WebForms Site

Vote:
 

Hi,

I have installed BVN.404Handler from nuget package. But the gadget doesn't seem to work. It gives redirect loop error on dashboard page and doesn't load. Also it loads once we navigate to administer and then click on back to redirects button. But then too the redirect urls do not work.

Please Help.

#135871
Sep 16, 2015 14:24
Vote:
 
After a long try, I was able to find the error. I am writing this so as if any one gets this error then it may help.
 This was because the static files were not loaded and redirect loop error was caused. Hence I configured it to load from the sites static folder. 

<add name="BVNetwork.FileNotFound.RedirectGadget" clientResourcePath="~/assets/">
under "<publicModules>".

Also removed web.config. 

Note :- if you are using language files to display content on 404 page then title is changed to title1 hence the tag name should be "<title1>".


Thanks,
Karan.
#136928
Sep 18, 2015 12:33
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.