Hello Guys,
I am trying to perform redirection for the below link ,
www.prod.com/PSFT/peoplesoft/tsre/xyz.html
to
www.test.com/PSFT/HRsoft/tsre/xyz.html
Notice that i am trying to change
1)the hostname (prod to test)
2)one component of the url path(peoplesoft to HRsoft)
How can i achieve this with TS. i tried http.changesite but then it does not work for me since it just changes the hostname and preserves the URL.
Any thoughts ?
... View more