Hi,
der Trick ist es das mit mod_proxy_html umschreiben zu lassen
Bei deiner config fehlen nur noch ein paar Zeilen

Hier mal ein komplettes Beispiel

ProxyPass /google/ http://www.google.com/
ProxyPassReverse /google/ http://www.google.com/

ProxyHTMLURLMap http://www.google.com /google/

<Location /google/>
                ProxyPassReverse /
   SetOutputFilter  proxy-html
   ProxyHTMLURLMap / /google/
   ProxyHTMLURLMap  /google/ /google/
        RequestHeader    unset  Accept-Encoding
</Location>

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an [email protected]
           sonstige Anfragen an [email protected]
--------------------------------------------------------------------------

Antwort per Email an