Forum Moderators: phranque
We are implementing an external facing portal for our SAP systems.
Our external url will be of the form [externaldomain.com...] which in turn should rewrite to [internalportal.com:50000...]
The basic URL rewrite rules work properly. But while rewriting, the proxypass module of apache server drops the query string and gives an output of the form [externaldomain.com...]
Is there any way to append the query string to the request URL while rewriting?
Yes, it is possible if we are using a normal [R] redirect directive. But it fails when I do the reverse proxying using [P] directive .
Can anyone help us out?
Thanks a lot in Advance
Tom