Hi,
again thnx for the help.
I’ve figured out the folder where I need to place this file and the redirection is also working, but I’m facing a problem that http://localhost:8080/XYZ/select?a=b is being redirected to http://localhost:8080/ABC/select? and not to http://localhost:8080/ABC/select?a=b. SO there must be some problem in the rule I’ve defined and I’m not able to figure this out.
Again my rule is,
from /XYZ/select?(.*) /from
to type=”redirect” /ABC/select?$1 /to