Lighttpd redirect snippet
// having a problem with this redirect not working 100% properly
$HTTP["host"] =~ "^domainname\.com\.au$" { url.redirect = ( "^/(.*)" => "http://www.domainname.com.au/$1" ) }