2016-11-25 19:02:28 +01:00

4 lines
82 B
Plaintext

$HTTP["host"] =~ "^www\.(.*)" {
url.redirect = ( "^/(.*)" => "http://%1/$1" )
}