duahireAdept2 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
kkritikaMentor2 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 DiscussionsHow to determine if a given node is visible to the public?SolvedSubscriptions to a label?SolvedWhat Does It Take to Develop a High-Performance Candy AI Clone?liqlAdmin in khoros aurora graphql APISolvedHow to do session key authentication with GraphQLSolved