4 lines
82 B
Plaintext
Raw Normal View History

2016-11-25 19:02:28 +01:00
$HTTP["host"] =~ "^www\.(.*)" {
url.redirect = ( "^/(.*)" => "http://%1/$1" )
}