Forum Discussion

rkrenzis's avatar
rkrenzis
Icon for Nimbostratus rankNimbostratus
Apr 18, 2014

HTTPS: Remove www. from hostname

This code appears to work for our HTTP (plain-text sites):   when HTTP_REQUEST { Check if the host starts with www. if {([string tolower [HTTP::host]] starts_with "www.")} { ...