The problem I'm running into is
one of the applications on the server doesn't work with www.example.com/alias/app, it only works with www.example.com/app. I set up a RewriteRule to rewrite /alias/app to /app, and that makes the application work, but then <Location /app> is addressed instead of <Location /alias>. Is there any way around this?