Change URL/Host
From Tech-Wiki
when HTTP_REQUEST { set host [HTTP::host] if { not ([HTTP::host] starts_with "www") } { HTTP::redirect https://www.${host} } }
when HTTP_REQUEST { set host [HTTP::host] if { not ([HTTP::host] starts_with "www") } { HTTP::redirect https://www.${host} } }