Hello Krishna,
redirection can be achieved by configuring in a rserver the command:
webhost-redirection https://test.com/%p 301
as documented here:
http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA2_3_0/configuration/slb/guide/rsfarms.html#wp1013201
In the above command the host part of the redirection is static (fixed to "test.com") if you are you doing some kind of virtual hosting, where the same vip could get requests for different domains, like a.test1.com and b.test2.com then you should first split the traffic based on the host header so that for each domain you could then apply a different "static" redirect. See here:
http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA2_3_0/configuration/slb/guide/classlb.html#wp1021388
Hope it helps,
Francesco