Hi ,
How can I give SEO friendly URL to already existing page URL ?
For ex)
1) There is page ' /content/<site>/articles/12345678.html ' with the title ' article ' now I want to acces this page with the below new URL(pageTitle_pageName)
' /content/<site>/articles/artcle_12345678.html ' ( path is physically does not exist in CRX)
2) If I request a page with old URL ' /content/<site>/articles/12345678.html ' then it should redirect to new SEO friendly URL (' /content/<site>/articles/artcle_12345678.html ' )
Can any body suggest the best approach in CQ 5.4 ??
--Ram