Just add this to lighttpd.conf:
Code:
$SERVER["socket"] == ":80"{
	url.redirect = ("^/(.*)"=> "https://forum.jumpersheaven.com/$1")
}