Hi,

Is it possible to redirect all my request to  particular domain  and get response back to browser

Example::

req1 ===> http://hostname:8080/app1           -> It want to be redirect to www.yahoomail.com
req2 ===> http://hostname:8080/app2           -> it want to be redirect to www.yahoomail.com

To achieve this i configured in httpd.con file like below, but i cann't succeed.

Proxypass /* http://www.yahoomail.com

Note:: Here i am trying to achive by reqular _expression_ string (/*). but it failed.. it response only for the request http://hostname:8080/*

Please suggest ur views.

Thanks,
bsenthil.

Reply via email to