For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

BigIP_Support_9's avatar
BigIP_Support_9
Icon for Nimbostratus rankNimbostratus
Feb 23, 2006

Change URI without redirect

I want to change the user URI as below:     http://www.abc.com/demo -> http://www.abc.com/demo1     Here is my code:     if (http_uri == "/demo") { redirect to "http://" + http_h...