ProxyPass is one way to do what you described. Rather than a redirect it connects to example.com and passes traffic back and forth.
On Mon, Feb 8, 2021, 19:43 Edwardo Garcia <wdgar...@gmail.com> wrote: > Halo, > > I have situation where we have, let us say alpha.example.com > bravo.example.com, we want to redirect them and example.com to > zulu.example.com _but_ for that and every page under, they > retain address bar of their original request hostname > > ex: alpha.example.com click on subheading for > alpha.example.com/page2/foobar.html both appears as this to user, > even though it would be actual zulu.example.com and > zulu.example.com/page2/foobar.html > > This is doable with apache? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >