Change URL/Host
From Tech-Wiki
Revision as of 14:19, 17 May 2021 by Fabricio.Lima (Talk | contribs)
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} } }