Forum Discussion

1000blocks's avatar
1000blocks
Icon for Nimbostratus rankNimbostratus
Jul 07, 2016

301 iRule redirection generating an extra 301 status code?!?

Hi,   We have this iRule in place for 301 redirection...   when HTTP_REQUEST {   if { [string tolower [HTTP::host]] eq "sitename.com" } then {   HTTP::respond 301 Location ...