Forum Discussion

2 Replies

  • Hi Arulkumar,

    Assuming that the website ONLY responds on port 6000 then you can write something as simpleas the following

    
    when HTTP_REQUEST {
       if { ([HTTP::host] eq "training.time.com") and ([HTTP::uri] eq "/") } {
            HTTP::redirect "http://marketing.time.com:7777/ebs11i.html"
          }
    }
    

    I hope this helps

    Bhattman
  • Also if your running version 10 you should look into http class (http://devcentral.f5.com/Default.aspx?tabid=37&cx=015798286719081439686:g38hs-tdy64&cof=FORID:11&q=http%20class1181)

     

     

    Bhattman