Need help!
Let me explain what I am trying to do
I have
url 1: www.abc.com
url 2: www.xyz.com
I have multiple forms which are posting to an application with url 1: www.abc.com/abc1
I want to rewrite the above url on post and also show in the browser as www.xyz.com/abc1
I tried to redirect, but I lose the POST parameters during redirect.
Tried to internally rewrite with [P] option but I don't see the host name getting changed in the browser.
Any help is appreciated!