Forum Discussion
safwat_ghazy_24
Nimbostratus
Feb 28, 2017convert from cisco css to F5
how to add i rule on F5 to match the following content for Cisco CSS :
content content-name
vip address 10.10.10.1
url "/*"
protocol tcp
port 80
redirect "//abc.com/supp...
Snl
Cirrostratus
Feb 28, 2017hope this help
Code
when HTTP_REQUEST { if { [HTTP::uri] equals "/" } {
HTTP::redirect "http://[HTTP::host]/support" } pool Poolname }
or
Code
when HTTP_REQUEST { if { [string tolower [HTTP::host]] equals "abc.com" } { if { [HTTP::uri] equals "/" } {
HTTP::redirect "http://[HTTP::host]/support" } pool Poolname } }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects