Closed
Solved
URL Redirection
Hello Guys, i want to know , how to redirect pega url from PRServlet/* to PRServletContainerAuth/*
Message was edited by: Marissa Rogers - Added Category, moved from Mesh Help
By using reverse proxy in prconfig.xml you can achieve it. I'm not sure how feasible to set in your application.
<env name="initialization/SetBaseHTMLContext" value="https://hostname:portnumber/prweb" />
<env name="initialization/ContextRewriteEnabled" value="true" />