Hi Cris, On Wed, 2021-04-14 at 09:12 -0400, Cris Rockwell wrote: > I want my app to render a webpage from the users directory > such that a resource (homepage) with a path like this > /home/users/saml/iZDWvQAJAqrroO8jkD8h6/homepage.html > maps to > /~username.html > > (in the style of early unix personal homepages)
Have you tried setting up an entry in /etc/map, following the mapping entry spec[1]? Thanks, Robert [1]: https://sling.apache.org/documentation/the-sling-engine/mappings-for-resource-resolution.html#mapping-entry-specification
