Table of Contents

,

lighttpd url redirect

# Redirect domain from .com to .org
$HTTP["host"] =~ "^my\.example\.com" {
  url.redirect = ( "^/(.*)" => "http://my.example.org/$1" )
}

Tested on

See also

References