can anyone help in redirecting the old URL to new URL in apache conf file.
i hv added the following lines to
test:
<VirtualHost 58.2.176.177>
ServerName sav-test.herceu.com
RewriteEngine On
RewriteRule
http://sav-test.herceu.com/sbm/bpmportal/login.jsp http://sav-test.genpact.enxo.org//sbm/bpmportal/login.jsp [R,L]
<Location /sbm >
SetHandler weblogic-handler
WebLogicCluster 58.2.176.176:18003,58.2.176.147:18003
Debug ON
DebugConfigInfo ON
</Location>
</VirtualHost>