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: 2022/10/03 12:11 by antisa