URL Mapping
I have the below requirement could someone provide inputs as what could be done
1. I want to rewrite the "localhost:4502/tools.html" to "http://localhost:4502/apps/cq/core/content/tools.html"
If I check in "http://localhost:4502/system/console/jcrresolver" for /tools/html , I can see the rewrite url is "path=/libs/cq/core/content/tools"
It should be changed to "/apps/cq/core/content/tools"
Thanks in advance.