Related to another post (AEM Dispatcher not resolving vanity urls),
I've created some rewrite rules in my httpd.conf in my dispatcher so
that when I hit my site's root (e.g. www.mysite.com/), it should
rewrite/redirect to a page of my choosing (e.g.
www.mysite.com/content/mysite/login.html).However, when I hit the root,
I'm getting a response with a redirect (302) to /index.html instead,
even though I've created a rewrite rule for this.In my httpd.conf, I
have:Ideally, what I'd like is a combin...