Sep 2026 - DevCentral is currently set to Read-Only (Sep 14th) for a platform update.
For some details see: DevCentral is Evolving.

Forum Discussion

BigIP_Support_9's avatar
BigIP_Support_9
Icon for Nimbostratus rankNimbostratus
Feb 22, 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...