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