pvaughan
Jun 05, 2012Nimbostratus
help with url redirect ltm v10.2.2
Hi All, I am tryin gto do the following and am having fiddiculty getting it to work.
I want a specific URL lets say http://sitea.com to redirect to a specific path on a web-server that is behind a virtual server, so virtualserver.com/tmtrack/tmtrack.dll?shell=srp but I want users that go to http://virtualserver.com to not be redirect to this page. I have an alias in dns to point sitea.com to the virtual server. The irule I tried looks like this
when HTTP_REQUEST {
if { [HTTP::host] equals "serviceportal.intdata.com" }{
HTTP::redirect "http://sbm/tmtrack/tmtrack.dll?shell=srpcatalog"
}
}
Thanks