Hi all,
We are implementing external facing portal using EP 7.0 SP13.
As a part of the process, we configured a URL alias in the web.xml file which uses anonymous portal entry.
We want to use named anonymous users so that we can specify the roles for a special anonymous user for this alias.
Our external url will be of the form http://externaldomain.com which in turn should rewrite to http://internalportal.com:50000/irj/portal/ouralias?guest_user=user1.
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 http://externaldomain.com/OurAlias.
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.
Can anyone help us out?
Thanks a lot in Advance
Tom