Lighttpd redirect www to no www
Catch all requests for www.domain.tld and redirect to domain.tld
$HTTP["host"] =~ "^www\.(.*)" { url.redirect = ( "^/(.*)" => "http://%1/$1" ) }