I am already using the same feature in my current project. You need to use rewrite rules only. RewriteRule ^/products/([A-Za-z0-9\-_]+)$ /content/siteName/us/en/products.$1.html [NC,PT,L] This will convert the URL and AEM will receive the request with .selector. The same thing has been mentioned b...