Forum Discussion

Hamster_2020's avatar
Hamster_2020
Icon for Nimbostratus rankNimbostratus
Nov 19, 2013

HTTP to HTTP 301 Redirect with URI

At present I have the following irule:     when HTTP_REQUEST {   if { [HTTP::host] equals "domain.co.uk"} {   HTTP::respond 301 Location "http://www.domain.co.uk/"   }   }...