RedirectTarget Property Issue || .html extension issue
Dear Team,
We have two pages lets say /content/A and /content/B .
A page redirects to Page B using page property redirect Target. so when we try to access page A, it redirects to page B, which is fine.
Problem: when we hit https://<domain>/content/A in browser, It redirects to https://<domain>/content/B.html.
Is there any way to remove this html extension.
NOTE: we have already written webserver rules so that when we hit any page without .html extension, It works fine.
Thank you.