Forum Discussion

Justin_Haggerty's avatar
Justin_Haggerty
Icon for Nimbostratus rankNimbostratus
Dec 21, 2006

redirect works on some machines, doesn't on others

I've got the following rule in place:     when HTTP_REQUEST {   if { [HTTP::host] contains "old.com" } {   HTTP::redirect "https://new.com"   }   }     What I'm trying...