Forum Discussion

BaltoStar_12467's avatar
Feb 26, 2015

BIG-IP : irule 301 redirect to new host

BIG-IP 11.4.1 Build 635.0 Hotfix HF2

Is this possible ?

switch -glob [string tolower [HTTP::host]] {
  "www.mydomain.com" {
    switch -glob [string tolower [HTTP::uri]] {
      "/something*"  {
        HTTP::respond 301 Location "something.mydomain.com"
      }

2 Replies