wiki:lighttpd_url_redirect
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
wiki/lighttpd_url_redirect.txt · Last modified: by antisa
