Hi @keerthi97 ,
If I understood your question, your HTML mark-up (links on the page are still showing full path). In that case, we need to understand one thing-
Below can be options to short the URL inside mark-up-
- Sling mapping (etc/map) has been created
OR
- Sling Resource Resolver Factory has been configured to make the URL short
OR
- Have written custom Sling rewriter link transformer, which traverses the web page and shorts all URLs.
Apache mod_rewrite is out of scope since it only rewrites incoming requests, and does not rewrite inside HTML mark-up.
Now considering you have mentioned about etc/map, so I would suggest to check below URL on each environment and verify if the redirects look fine-
http://<HOST>:<PORT>/system/console/jcrresolver
Reference videos to understand the concept-
https://www.youtube.com/watch?v=zcKwRTZ78_Y
https://www.youtube.com/watch?v=0fM2vUEj2bA