Forum Discussion

Patrick_Dong_70's avatar
Patrick_Dong_70
Icon for Nimbostratus rankNimbostratus
Sep 26, 2005

Redirect from hostname to application

Hi,     I want to write a rule in our big ip as below:     if (http_uri == "/")   {   redirect to "http://%h/myapp"   }   else   {   use pool mytestpool   ...