Project

General

Profile

non-www to www for all hosts?

Added by Geoff almost 15 years ago

Does anyone know a way to redirect non-www to www for all hosts, instead of having to modify each host individually?

$HTTP[”host”] =~ “^example.com$” {
url.redirect = ( “^/(.*)” => “http://www.example.com/$1? )
}