First point: you're proxying, and not redirecting.
Secondly, if the end user sees the URL change, then the ProxyPassReverse
directive is too specific. Some part of the page content could also be
causing issues, so that would need to be inspected first.
On Sat, 26 Mar 2022 at 07:53, olivier giorgi
Hello all,
The goal is that users will continue to connect to "https:/server1" but will
actually browse to "https://server2";.
I have successfully redirected from "server1" to "server2" via apache/http, but
the url seen in the browser changes.
In the following configuration, how can I make th