Hi All,
We had properly implemented the maps configuration to show the short URL in publish on dev environment inspite it is showing the full content path in the browser?
Could you please suggest your thoughts on this
Note:Mapping configuration working as expected on stage and prod.
Thanks in advance!
Solved! Go to Solution.
Views
Replies
Total Likes
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-
OR
OR
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
Hi @Keerthi97,
Given that it works in Stage and PROD, I suggest to compare all possible configurations at
Also, check the dispatcher log (set at debug level) and access.log of both webserver and AEM instance as you access the page.
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-
OR
OR
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
@Keerthi97 - To cross check, can you verify if you are giving absolute path in the field mapping w.r.t stage and prod URL