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 translate the email template in Khoros productionIntroduction to Programming: Building the Future One Line at a Timechange icons on AuroraHandlebars custom component not executing GraphQL queryeditable content in react or handlebars component