duahireAdept3 years agoHow to redirect to Custom page from Page-initialization-script Hello Team, I have to redirect to one my custom page from Permission denied page(which is throwing 400 error). How to do this from Page-initialization-script
kkritikaMentor3 years agoHi duahire Please try this in Page Init - <#if http.request.url == "PERMISSION DENIED PAGE URL" > ${http.response.setRedirectUrl('CUSTOM PAGE URL')} </#if>
Recent DiscussionsDashboard Data Not Matching Reports — Need HelpHow to determine if a given node is visible to the public?SolvedRegarding O2 Community Forum RegistrationWhy do PageScripts changes require a Community Restart?PageScript Changes Not Reflecting Without Restart in Aurora