Contact SalesSitemapCustomer Login

Lighttpd tips

Redirecting www.whatever.com to whatever.com This really helps when using the simple_vhost mod: (add it to your lighttpd.conf)

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

from: nixCraft

Retrieved from "http://wiki.vpslink.com/Lighttpd_tips"
Recent Changes | RSS RSS Feed