I need to write a rule for url masking in httpd even if the target url keep on changing. example My request url should always be static like: http://request.com/ and target should first go to the http://target.com/login.html and also after the login target url will change like http://target.com/myaccount but on browser it should be always http://request.com/.
i.e. for any of the url change in the target host the primary should always be static. like :- http://request.com/ --> http://target.com/*