0

Can someone tell me the core .js involved in the working of Vanity URL in CQ5? i.e how does the vanity URL (sling:vanityPath) redirect to a page ?

I need to imput in the CQ dialog a parameter along with the vanity URL so when a redirected page is loaded, the vanity parameter appends to the page!

stdio.h
  • 126
  • 3
  • 15
  • 1
    possible duplicate of [vanity url & redirection CQ5](http://stackoverflow.com/questions/26680812/vanity-url-redirection-cq5) – anotherdave Nov 03 '14 at 14:49
  • Hi, You may have to create a node under /etc/http with attribute sling:match and sling:internalRedirect. & For logic you can use custom Tags – Vivek Dhiman Apr 16 '15 at 08:29

1 Answers1

0

URL mapping nodes are under /etc/map you can also see all the active mapping including the vanity urls on http://localhost:4502/system/console/jcrresolver

SA007
  • 1