domain redirect to plp page on aem cloud dispatcher
Hi Team,
I have one requirement
if someone is hitting the domain it should redirect to plp.html without showing the URL in the browser
for redirection, I have added this rule
RewriteRule ^/$ /content/whatsappsim/de/de/plp.html [PT,L]
with this, I am able to redirect but I don't want to show the plp.html to the browser
Ex: -
https://www.whatsappsim.de I am redirecting to https://www.whatsappsim.de/plp.html
I want to serve the content from plp.html, I don't want to show /plp.html to the browser.
how to achieve this