How to implement pretty URLs in AEM? (URL parameters but without using ?parameter-here=xxx)
I want to create a URL like this.
my-page is an AEM page while john.smith is a parameter to the page. It's really like
but the first URL that looks nicer. Is this something AEM can do (like config changes) or perhaps this is an Apache rewrite rules? Perhaps combination of both?
Sample please?
Thanks!