Hello everybody !
I wanna add a subdomain to my website and point it in a directory example
mywebsite.com
files.website.com < how to do this in lighttpd and dns configuration ?
I have this now in my lighttpd configuration file :
Code:
$HTTP["host"] =~ "(^|\.)website\.com$"
Thanks.