Change URL/Host

From Tech-Wiki
Revision as of 20:11, 16 May 2021 by Fabricio.Lima (Talk | contribs)

Jump to: navigation, search

Back to iRules

when HTTP_REQUEST {
  if { not ([HTTP::host] starts_with "www") } { 
    HTTP::host www.[HTTP::host] 
  } 
}