F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

Denizor_21773's avatar
Denizor_21773
Icon for Nimbostratus rankNimbostratus
Jul 04, 2008

redirect URL to a node else

Hello!

 

 

I'm starting to use the bigip is little time, and am having difficulty in making a redirect by irules.

 

what I like to do is:

 

 

every URL that contain /servlet/ExampleXXXX redirect to a node else.

 

 

example of full URL:

 

http://www.mysite.com//servlet/ExampleXXXX?ssds=11

 

 

tried the example below most did not work:

 

 

/servlet/ExampleXXXX*" {

 

node 192.168.1.29 80

 

ONECONNECT::reuse disable

 

}

 

 

someone could help me?