Forum Discussion

mikeshermanit_2's avatar
mikeshermanit_2
Icon for Nimbostratus rankNimbostratus
Jan 11, 2017

iRule to add www to https traffic?

I have an iRule that looks like this:   when HTTP_REQUEST { if { [HTTP::host] equals "mywebsitehere.com" } { HTTP::respond 301 Location ".[HTTP::host][HTTP::uri]" } }   The problem is that what...